Class BmLongHashSet.MapIterator
- java.lang.Object
-
- com._1c.g5.v8.bm.common.collections.BmLongHashSet.MapIterator
-
- All Implemented Interfaces:
Iterator<IBmLongSet.Entry>
- Enclosing class:
- BmLongHashSet
public static class BmLongHashSet.MapIterator extends Object implements Iterator<IBmLongSet.Entry>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()IBmLongSet.Entrynext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<IBmLongSet.Entry>
-
next
public final IBmLongSet.Entry next()
- Specified by:
nextin interfaceIterator<IBmLongSet.Entry>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<IBmLongSet.Entry>
-
-