Package | Description |
---|---|
net.sf.kdgcommons.collections |
Utilities for working with arrays and the JDK collections framework.
|
Modifier and Type | Method and Description |
---|---|
static HashMultimap.Behavior |
HashMultimap.Behavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashMultimap.Behavior[] |
HashMultimap.Behavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HashMultimap(HashMultimap.Behavior behavior)
Convenience constructor: creates a stable with small initial capacity and
the specified multi-value behavior.
|
HashMultimap(HashMultimap.Behavior behavior,
int initialCapacity,
double loadFactor)
Base constructor, lets you control everything.
|