mikera.indexz.impl
Class IndexIterator
- java.lang.Object
-
- mikera.indexz.impl.IndexIterator
-
- All Implemented Interfaces:
- java.util.Iterator<java.lang.Integer>
public class IndexIterator extends java.lang.Object implements java.util.Iterator<java.lang.Integer>General purpose iterator for arbitrary indexes.
-
-
Constructor Summary
Constructors Constructor and Description IndexIterator(AIndex source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanhasNext()java.lang.Integernext()voidremove()
-
-
-
Constructor Detail
-
IndexIterator
public IndexIterator(AIndex source)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<java.lang.Integer>
-
next
public java.lang.Integer next()
- Specified by:
nextin interfacejava.util.Iterator<java.lang.Integer>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<java.lang.Integer>
-
-
DMelt 3.0 © DataMelt by jWork.ORG