Constructor and Description |
---|
Mapping_Iterator(HashChain<K> c,
HashMap<K,V> m) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public V next() throws NoSuchElementException
next
in interface Iterator<V>
NoSuchElementException
public void remove() throws UnsupportedOperationException
remove
in interface Iterator<V>
UnsupportedOperationException
Copyright © 2021 Soot OSS. All rights reserved.