Package com._1c.g5.v8.xmdb.impl
Class BTreeMap.EntryIterator
- java.lang.Object
-
- com._1c.g5.v8.xmdb.impl.BTreeMap.EntryIterator
-
- All Implemented Interfaces:
BEntryIterator
,Iterator
public class BTreeMap.EntryIterator extends Object implements BEntryIterator
Iterator throught BTreeMap.entries
-
-
Constructor Summary
Constructors Constructor Description EntryIterator(BTreeMap map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Object
next()
BTreeMap.MapEntry
nextRaw()
Get next internal index entry with internal long key and value=byte[] (internal representation)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
-
-
-
-
Constructor Detail
-
EntryIterator
public EntryIterator(BTreeMap map)
-
-
Method Detail
-
nextRaw
public BTreeMap.MapEntry nextRaw()
Get next internal index entry with internal long key and value=byte[] (internal representation)- Returns:
- internal index entry
-
-