Toggle navigation
JarYard
Browse
Search
About
Groups
com.slimjars.trove4j
trove4j-short-long-map
1.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
A
C
F
G
I
K
P
R
S
T
V
A
adjustOrPutValue(short, long, long)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustValue(short, long)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Adjusts the primitive value mapped to key.
C
clear()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Empties the map.
com.slimjars.dist.gnu.trove.map
- package com.slimjars.dist.gnu.trove.map
containsKey(short)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Checks for the present of
key
in the keys of the map.
containsValue(long)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Checks for the presence of
val
in the values of the map.
F
forEachEntry(TShortLongProcedure)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Executes
procedure
for each key/value entry in the map.
forEachKey(TShortProcedure)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Executes
procedure
for each key in the map.
forEachValue(TLongProcedure)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Executes
procedure
for each value in the map.
G
get(short)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Retrieves the value for
key
.
getNoEntryKey()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the value that will be returned from
get(short)
or
put(short, long)
if no entry exists for a given key.
getNoEntryValue()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the value that will be returned from
get(short)
or
put(short, long)
if no entry exists for a given key.
I
increment(short)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Increments the primitive value mapped to key by 1
isEmpty()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns
true
if this map contains no key-value mappings.
iterator()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
K
keys()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the keys of the map as an array of
short
values.
keys(short[])
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the keys of the map.
keySet()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the keys of the map as a
TShortSet
P
put(short, long)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Inserts a key/value pair into the map.
putAll(Map<? extends Short, ? extends Long>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Put all the entries from the given Map into this map.
putAll(TShortLongMap)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Put all the entries from the given map into this map.
putIfAbsent(short, long)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
R
remove(short)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Deletes a key/value pair from the map.
retainEntries(TShortLongProcedure)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Retains only those entries in the map for which the procedure returns a true value.
S
size()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns an
int
value that is the number of elements in the map.
T
transformValues(TLongFunction)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Transform the values in this map using
function
.
TShortLongMap
- Interface in
com.slimjars.dist.gnu.trove.map
Interface for a primitive map of short keys and long values.
V
valueCollection()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the values of the map as a
TLongCollection
values()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the values of the map as an array of
#e#
values.
values(long[])
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TShortLongMap
Returns the values of the map using an existing array.
A
C
F
G
I
K
P
R
S
T
V