Package org.jcodings.util
Class Hash.HashIterator
- java.lang.Object
-
- org.jcodings.util.Hash.HashIterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Hash.HashEntry<V>
next
-
Constructor Summary
Constructors Constructor Description HashIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
V
next()
void
remove()
-
-
-
Field Detail
-
next
Hash.HashEntry<V> next
-
-