Class FixedSizeIntIterator4Base
- java.lang.Object
-
- com.db4o.cs.internal.objectexchange.FixedSizeIntIterator4Base
-
- All Implemented Interfaces:
FixedSizeIntIterator4
,IntIterator4
,Iterator4
public abstract class FixedSizeIntIterator4Base extends java.lang.Object implements FixedSizeIntIterator4
-
-
Constructor Summary
Constructors Constructor Description FixedSizeIntIterator4Base(int size)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Object
current()
int
currentInt()
boolean
moveNext()
protected abstract int
nextInt()
void
reset()
int
size()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceFixedSizeIntIterator4
-
currentInt
public int currentInt()
- Specified by:
currentInt
in interfaceIntIterator4
-
nextInt
protected abstract int nextInt()
-
-