public final class IntSpecialValueIterator extends ArrayIterator<IntNumber>
IntSpecialValueIterator
implements a special value iterator for integer types.Modifier | Constructor and Description |
---|---|
|
IntSpecialValueIterator(IntFormat format)
Constructs a special value iterator for the given integer format.
|
protected |
IntSpecialValueIterator(IntSpecialValueIterator r)
Constructs a copy of the iterator.
|
Modifier and Type | Method and Description |
---|---|
IntSpecialValueIterator |
clone()
Creates a copy of the iterator.
|
public IntSpecialValueIterator(IntFormat format)
format
- the format.protected IntSpecialValueIterator(IntSpecialValueIterator r)
r
- the iterator to be copied.public IntSpecialValueIterator clone()
Iterator