Class BmLongHashSet.MapIterator
java.lang.Object
com._1c.g5.v8.bm.common.collections.BmLongHashSet.MapIterator
- All Implemented Interfaces:
- Iterator<IBmLongSet.Entry>
- Enclosing class:
- BmLongHashSet
- 
Method Details- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<IBmLongSet.Entry>
 
- 
next- Specified by:
- nextin interface- Iterator<IBmLongSet.Entry>
 
- 
removepublic void remove()- Specified by:
- removein interface- Iterator<IBmLongSet.Entry>
 
 
-