X
- Type of keyY
- Type of valuepublic final class Solid<X,Y> extends MapEnvelope<X,Y>
Map
that is both synchronized and sticky.
Objects of this class are thread-safe.
Constructor and Description |
---|
Solid(Func<Z,Map.Entry<X,Y>> entry,
Iterable<Z> list)
Ctor.
|
Solid(Func<Z,Map.Entry<X,Y>> entry,
Map<X,Y> map,
Iterable<Z> list)
Ctor.
|
Solid(Func<Z,Map.Entry<X,Y>> entry,
Z... list)
Ctor.
|
Solid(Func<Z,X> key,
Func<Z,Y> value,
Iterable<Z> list)
Ctor.
|
Solid(Func<Z,X> key,
Func<Z,Y> value,
Map<X,Y> map,
Iterable<Z> list)
Ctor.
|
Solid(Iterable<Map.Entry<X,Y>> list)
Ctor.
|
Solid(Iterator<Map.Entry<X,Y>> list)
Ctor.
|
Solid(Map.Entry<X,Y>... list)
Ctor.
|
Solid(Map<X,Y> map)
Ctor.
|
Solid(Map<X,Y> map,
Iterable<Map.Entry<X,Y>> list)
Ctor.
|
Solid(Map<X,Y> map,
Map.Entry<X,Y>... list)
Ctor.
|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
@SafeVarargs public Solid(Map.Entry<X,Y>... list)
list
- List of entries@SafeVarargs public Solid(Map<X,Y> map, Map.Entry<X,Y>... list)
map
- The map to extendlist
- List of entriespublic Solid(Func<Z,X> key, Func<Z,Y> value, Map<X,Y> map, Iterable<Z> list)
Z
- Type of items in the listmap
- The map to extendlist
- List of itemskey
- Func to create keyvalue
- Func to create valuepublic Solid(Func<Z,X> key, Func<Z,Y> value, Iterable<Z> list)
Z
- Type of items in the listlist
- List of itemskey
- Func to create keyvalue
- Func to create value@SafeVarargs public Solid(Func<Z,Map.Entry<X,Y>> entry, Z... list)
Z
- Type of items in the listlist
- List of itemsentry
- Func to create entrypublic Solid(Func<Z,Map.Entry<X,Y>> entry, Iterable<Z> list)
Z
- Type of items in the listlist
- List of itemsentry
- Func to create entrypublic Solid(Func<Z,Map.Entry<X,Y>> entry, Map<X,Y> map, Iterable<Z> list)
Z
- Type of items in the listmap
- The map to extendlist
- List of itemsentry
- Func to create entrypublic Solid(Map<X,Y> map, Iterable<Map.Entry<X,Y>> list)
map
- Pre-existing map we want to extendlist
- Entries for the entriesCopyright © 2017–2019 Cactoos. All rights reserved.