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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()IBmLongSet.Entrynext()voidremove()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
- 
- 
- 
Method Detail- 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- Iterator<IBmLongSet.Entry>
 
 - 
nextpublic final IBmLongSet.Entry next() - Specified by:
- nextin interface- Iterator<IBmLongSet.Entry>
 
 - 
removepublic void remove() - Specified by:
- removein interface- Iterator<IBmLongSet.Entry>
 
 
- 
 
-