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 boolean
hasNext()
IBmLongSet.Entry
next()
void
remove()
-
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:
hasNext
in interfaceIterator<IBmLongSet.Entry>
-
next
public final IBmLongSet.Entry next()
- Specified by:
next
in interfaceIterator<IBmLongSet.Entry>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<IBmLongSet.Entry>
-
-