public class Hash.HashEntryIterator extends java.lang.Object implements java.util.Iterator<Hash.HashEntry<V>>, java.lang.Iterable<Hash.HashEntry<V>>
| Modifier and Type | Field and Description |
|---|---|
(package private) Hash.HashEntry<V> |
next |
| Constructor and Description |
|---|
HashEntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<Hash.HashEntry<V>> |
iterator() |
Hash.HashEntry<V> |
next() |
void |
remove() |
Hash.HashEntry<V> next
public java.util.Iterator<Hash.HashEntry<V>> iterator()
iterator in interface java.lang.Iterable<Hash.HashEntry<V>>public boolean hasNext()
hasNext in interface java.util.Iterator<Hash.HashEntry<V>>public Hash.HashEntry<V> next()
next in interface java.util.Iterator<Hash.HashEntry<V>>public void remove()
remove in interface java.util.Iterator<Hash.HashEntry<V>>