|
static< K, V > int | getCount (HashMap< K, V > map) |
|
static< K, V > HashMap< K, V > | getItem (HashMap< K, V > map) |
|
static< K, V > java.util.Set< K > | getKeys (HashMap< K, V > map) |
|
static< K, V > java.util.Collection< V > | getValues (HashMap< K, V > map) |
|
static< K, V > V | add (HashMap< K, V > map, K key, V value) |
|
static< K, V > V | set (HashMap< K, V > map, K key, V value) |
|
static< K, V > boolean | remove (HashMap< K, V > map, K key) |
|
static< K, V > boolean | tryGetValue (HashMap< K, V > map, K key, Holder< V > result) |
|
static< K > boolean | tryGetValue (HashMap< K, Boolean > map, K key, BooleanHolder result) |
|
static< K > boolean | tryGetValue (HashMap< K, Byte > map, K key, ByteHolder result) |
|
static< K > boolean | tryGetValue (HashMap< K, Character > map, K key, CharacterHolder result) |
|
static< K > boolean | tryGetValue (HashMap< K, Double > map, K key, DoubleHolder result) |
|
static< K > boolean | tryGetValue (HashMap< K, Float > map, K key, FloatHolder result) |
|
static< K > boolean | tryGetValue (HashMap< K, Integer > map, K key, IntegerHolder result) |
|
static< K > boolean | tryGetValue (HashMap< K, Long > map, K key, LongHolder result) |
|
static< K > boolean | tryGetValue (HashMap< K, Short > map, K key, ShortHolder result) |
|
static< K, V > Enumeration< AbstractMap.SimpleEntry< K, V > > | getEnumerator (final HashMap< K, V > map) |
|
static< K, V > java.util.Set< K > | getAllKeys (HashMap< K, V > map) |
|