| 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, waitforEachRemainingpublic V next() throws NoSuchElementException
next in interface Iterator<V>NoSuchElementExceptionpublic void remove()
throws UnsupportedOperationException
remove in interface Iterator<V>UnsupportedOperationExceptionCopyright © 2021 Soot OSS. All rights reserved.