Package com.db4o.foundation
Interface Iterator4<E>
-
- All Known Subinterfaces:
FixedSizeIntIterator4
,IntIterator4
- All Known Implementing Classes:
AbstractBTreeRangeIterator
,AbstractTreeIterator
,ArrayIterator4
,BTreeIterator
,BTreeRangePointerIterator
,ClassMetadataIterator
,Collection4Iterator
,CompositeIterator4
,EnumerateIterator
,FilteredIterator
,FixedSizeIntIterator4Base
,FlatteningIterator
,FunctionApplicationIterator
,HashtableIterator
,IndexedIterator
,IntIterator4Adaptor
,IntIterator4Impl
,Iterator4Impl
,LazyClientIdIterator
,MappingIterator
,MultidimensionalArrayIterator
,SingleValueIterator
,SynchronizedIterator4
,TreeKeyIterator
,TreeNodeIterator
public interface Iterator4<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
current()
boolean
moveNext()
void
reset()
-
-
-
Method Detail
-
moveNext
boolean moveNext()
-
current
E current()
-
reset
void reset()
-
-