| Package | Description |
|---|---|
| com.alee.utils.map |
| Class and Description |
|---|
| AbstractHashMap
An abstract implementation of a hash-based map which provides numerous points for
subclasses to override.
|
| AbstractHashMap.EntrySet
EntrySet implementation.
|
| AbstractHashMap.HashEntry
HashEntry used to store the data.
|
| AbstractHashMap.HashIterator
Base Iterator.
|
| AbstractHashMap.KeySet
KeySet implementation.
|
| AbstractHashMap.Values
Values implementation.
|
EmptyMapIterator
MapIterator implementation that has no elements. |
| IterableMap
Defines a map that can be iterated directly without needing to create an entry set.
|
| KeyValue
Defines a simple key value pair.
|
| MapIterator
Defines an iterator that operates over a
Map. |
Copyright © 2020. All rights reserved.