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 SummaryConstructors Constructor Description FixedSizeIntIterator4Base(int size)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcurrent()intcurrentInt()booleanmoveNext()protected abstract intnextInt()voidreset()intsize()
 
- 
- 
- 
Method Detail- 
sizepublic int size() - Specified by:
- sizein interface- FixedSizeIntIterator4
 
 - 
currentIntpublic int currentInt() - Specified by:
- currentIntin interface- IntIterator4
 
 - 
nextIntprotected abstract int nextInt() 
 
- 
 
-