| Package | Description |
|---|---|
| net.digitalid.utility.collections.map |
Provides one read-only and several freezable maps.
|
| Modifier and Type | Method and Description |
|---|---|
FreezableHashMap<K,V> |
FreezableHashMapBuilder.InnerFreezableHashMapBuilder.build() |
static <K,V> FreezableHashMap<K,V> |
FreezableHashMapBuilder.build() |
static <K,V> FreezableHashMap<K,V> |
FreezableHashMapBuilder.buildWithInitialCapacity(@NonNegative int initialCapacity) |
static <K,V> FreezableHashMap<K,V> |
FreezableHashMapBuilder.buildWithLoadFactor(@Positive float loadFactor) |
@Nonnull @NonFrozen FreezableHashMap<K,V> |
FreezableHashMap.clone() |
static <K,V> @NonFrozen FreezableHashMap<K,V> |
FreezableHashMap.withMappingsOf(FreezableMap<? extends K,? extends V> map)
Returns a new freezable hash map with the mappings of the given map or null if the given map is null.
|
static <K,V> @NonFrozen FreezableHashMap<K,V> |
FreezableHashMap.withMappingsOf(Map<? extends K,? extends V> map)
Returns a new freezable hash map with the mappings of the given map or null if the given map is null.
|
static <K,V> @NonFrozen FreezableHashMap<K,V> |
FreezableHashMap.withMappingsOf(ReadOnlyMap<? extends K,? extends V> map)
Returns a new freezable hash map with the mappings of the given map or null if the given map is null.
|
Copyright © 2017. All rights reserved.