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