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 intprivate final List<Map<HashWrapper, DHTDBValueImpl>> private DHTDBValueImpl -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
hasNextin interfaceIterator<DHTDBValueImpl>
-
next
- Specified by:
nextin interfaceIterator<DHTDBValueImpl>
-
remove
public void remove()- Specified by:
removein interfaceIterator<DHTDBValueImpl>
-