Class IntSpecialValueIterator
- java.lang.Object
-
- ru.ispras.testbase.knowledge.iterator.ArrayIterator<IntNumber>
-
- ru.ispras.testbase.knowledge.integer.IntSpecialValueIterator
-
- All Implemented Interfaces:
BoundedIterator<IntNumber>
,Iterator<IntNumber>
public final class IntSpecialValueIterator extends ArrayIterator<IntNumber>
IntSpecialValueIterator
implements a special value iterator for integer types.
-
-
Constructor Summary
Constructors Modifier Constructor Description IntSpecialValueIterator(IntFormat format)
Constructs a special value iterator for the given integer format.protected
IntSpecialValueIterator(IntSpecialValueIterator other)
Constructs a copy of the iterator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntSpecialValueIterator
clone()
Creates a copy of the iterator.
-
-
-
Constructor Detail
-
IntSpecialValueIterator
public IntSpecialValueIterator(IntFormat format)
Constructs a special value iterator for the given integer format.- Parameters:
format
- the format.
-
IntSpecialValueIterator
protected IntSpecialValueIterator(IntSpecialValueIterator other)
Constructs a copy of the iterator.- Parameters:
other
- the iterator to be copied.
-
-
Method Detail
-
clone
public IntSpecialValueIterator clone()
Description copied from interface:Iterator
Creates a copy of the iterator.
-
-