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