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, wait
forEachRemaining
public Object next() throws NoSuchElementException
next
in interface Iterator
NoSuchElementException
public void remove() throws UnsupportedOperationException
remove
in interface Iterator
UnsupportedOperationException
Copyright © 2020 Sable. All rights reserved.