| Package | Description | 
|---|---|
| org.dishevelled.multimap.impl | 
 Implementations of the multi-key map interfaces. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HashedBinaryKeyMap<K1,K2,V>
Hashed implementation of BinaryKeyMap. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <K1,K2,V> BinaryKeyMap<K1,K2,V> | 
BinaryKeyMaps.createBinaryKeyMap()
Create and return a new instance of BinaryKeyMap. 
 | 
static <K1,K2,V> BinaryKeyMap<K1,K2,V> | 
BinaryKeyMaps.createBinaryKeyMap(int initialCapacity)
Create and return a new instance of BinaryKeyMap with the specified initial capacity. 
 | 
static <K1,K2,V> BinaryKeyMap<K1,K2,V> | 
BinaryKeyMaps.createBinaryKeyMap(int initialCapacity,
                  float loadFactor,
                  int threshold)
Create and return a new instance of BinaryKeyMap 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).