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