Package com.biglybt.core.dht.db.impl
Class DHTDBMapping.valueIterator
java.lang.Object
com.biglybt.core.dht.db.impl.DHTDBMapping.valueIterator
- All Implemented Interfaces:
Iterator<DHTDBValueImpl>
- Enclosing class:
- DHTDBMapping
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Iterator<DHTDBValueImpl>
private Map<HashWrapper,
DHTDBValueImpl> private int
private final List<Map<HashWrapper,
DHTDBValueImpl>> private DHTDBValueImpl
-
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
maps
-
map_index
private int map_index -
map
-
it
-
value
-
-
Constructor Details
-
valueIterator
protected valueIterator(boolean direct, boolean indirect)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<DHTDBValueImpl>
-
next
- Specified by:
next
in interfaceIterator<DHTDBValueImpl>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<DHTDBValueImpl>
-