| Package | Description |
|---|---|
| com.alee.utils.map |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractHashMap.HashMapIterator<K,V>
MapIterator implementation.
|
class |
EmptyMapIterator<K,V>
MapIterator implementation that has no elements. |
| Modifier and Type | Method and Description |
|---|---|
MapIterator |
AbstractHashMap.mapIterator()
Gets an iterator over the map.
|
MapIterator<K,V> |
IterableMap.mapIterator()
Obtains a
MapIterator over the map. |
Copyright © 2020. All rights reserved.