Package | Description |
---|---|
org.dishevelled.multimap.impl |
Implementations of the multi-key map interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
HashedQuaternaryKeyMap<K1,K2,K3,K4,V>
Hashed implementation of QuaternaryKeyMap.
|
Modifier and Type | Method and Description |
---|---|
static <K1,K2,K3,K4,V> |
QuaternaryKeyMaps.createQuaternaryKeyMap()
Create and return a new instance of QuaternaryKeyMap.
|
static <K1,K2,K3,K4,V> |
QuaternaryKeyMaps.createQuaternaryKeyMap(int initialCapacity)
Create and return a new instance of QuaternaryKeyMap with the specified initial capacity.
|
static <K1,K2,K3,K4,V> |
QuaternaryKeyMaps.createQuaternaryKeyMap(int initialCapacity,
float loadFactor,
int threshold)
Create and return a new instance of QuaternaryKeyMap with the specified initial capacity,
load factor, and threshold.
|
Copyright (c) 2007-2016 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).