public class IterableMap.Mapping_Iterator extends Object implements Iterator
| Constructor and Description |
|---|
Mapping_Iterator(HashChain c,
HashMap<Object,Object> m) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Object next() throws NoSuchElementException
next in interface IteratorNoSuchElementExceptionpublic void remove()
throws UnsupportedOperationException
remove in interface IteratorUnsupportedOperationExceptionCopyright © 2020 Soot OSS. All rights reserved.