Class | Description |
---|---|
Grouped<K,V,T> |
Iterable as
Map . |
MapEntry<K,V> |
MapEntry as
AbstractMap.Entry . |
MapEnvelope<X,Y> |
Map envelope.
|
MapNoNulls<K,V> |
A decorator of
Map that tolerates no NULLs. |
MapOf<X,Y> |
Iterable as
Map . |
SolidMap<X,Y> |
A
Map that is both synchronized and sticky. |
StickyMap<X,Y> |
Map decorator that goes through the map only once.
|
SyncMap<X,Y> |
Map decorator that goes through the map only once.
|
Copyright © 2017–2018 Cactoos. All rights reserved.