Class SingletonLongIterator

java.lang.Object
org.eclipse.collections.impl.iterator.SingletonLongIterator
All Implemented Interfaces:
LongIterator

public final class SingletonLongIterator extends Object implements LongIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.
  • Constructor Details

    • SingletonLongIterator

      public SingletonLongIterator(long value)
  • Method Details