| Package | Description |
|---|---|
| com.alee.utils.map |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHashMap<K,V>
An abstract implementation of a hash-based map which provides numerous points for
subclasses to override.
|
class |
StrictHashMap<K,V>
Map implementation that uses direct objects comparison for keys and values instead of relying on Object.equals(Object). |
Copyright © 2020. All rights reserved.