public class MapIterator<K,V> extends Object implements Iterator<Map.Entry<K,V>>, Iterable<Map.Entry<K,V>>, Serializable
Constructor and Description |
---|
MapIterator() |
Modifier and Type | Method and Description |
---|---|
void |
forEach(Consumer<? super Map.Entry<K,V>> action) |
void |
forEachRemaining(Consumer<? super Map.Entry<K,V>> action) |
boolean |
hasNext() |
Iterator<Map.Entry<K,V>> |
iterator() |
Map.Entry<K,V> |
next() |
void |
remove() |
MapIterator<K,V> |
setMap(Map<K,V> map) |
Spliterator<Map.Entry<K,V>> |
spliterator() |
Copyright © 2024. All rights reserved.