Package | Description |
---|---|
propel.core.collections.maps.primitive |
Modifier and Type | Method and Description |
---|---|
LongEntry<V> |
LongHashMap.containsValue(V value)
Returns the key/value pair, if the given value exists, otherwise returns null
|
LongEntry<V> |
ILongHashMap.containsValue(V value)
Returns the key/value pair, if the given value exists, otherwise returns null
|
LongEntry<V>[] |
LongHashMap.entries()
Returns the set of key/value entries contained
|
LongEntry<V>[] |
ILongHashMap.entries()
Returns the set of key/value entries contained
|