Toggle navigation
JarYard
Browse
Search
About
Groups
com.slimjars.trove4j
trove4j-object-byte-map
1.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
A
C
E
F
G
H
I
K
P
R
S
T
V
A
adjustOrPutValue(K, byte, byte)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Adds an amount to the primitive value mapped to the key if the key is present in the map.
adjustValue(K, byte)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Adds an amount to the primitive value mapped to key.
C
clear()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Removes all of the mappings from this map (optional operation).
com.slimjars.dist.gnu.trove.map
- package com.slimjars.dist.gnu.trove.map
containsKey(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Checks for the present of
key
in the keys of the map.
containsValue(byte)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Checks for the presence of
val
in the values of the map.
E
equals(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Compares the specified object with this map for equality.
F
forEachEntry(TObjectByteProcedure<? super K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Executes
procedure
for each key/value entry in the map.
forEachKey(TObjectProcedure<? super K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Executes
procedure
for each key in the map.
forEachValue(TByteProcedure)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Executes
procedure
for each value in the map.
G
get(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Retrieves the value for
key
.
getNoEntryValue()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns the value that will be returned from
get(java.lang.Object)
or
put(K, byte)
if no entry exists for a given key.
H
hashCode()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns the hash code value for this map.
I
increment(K)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Increments the primitive value mapped to key by 1
isEmpty()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns
true
if this map contains no key-value mappings.
iterator()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns a
TObjectByteIterator
with access to this map's keys and values.
K
keys()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns a copy of the keys of the map as an array.
keys(K[])
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns a copy of the keys of the map as an array.
keySet()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns a
Set
view of the keys contained in this map.
P
put(K, byte)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Inserts a key/value pair into the map.
putAll(Map<? extends K, ? extends Byte>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(TObjectByteMap<? extends K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Put all the entries from the given map into this map.
putIfAbsent(K, byte)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
R
remove(Object)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Deletes a key/value pair from the map.
retainEntries(TObjectByteProcedure<? super K>)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
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
.
TObjectByteMap
Returns the number of key-value mappings in this map.
T
TObjectByteMap
<
K
> - Interface in
com.slimjars.dist.gnu.trove.map
Interface for a primitive map of Object keys and byte values.
transformValues(TByteFunction)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Transform the values in this map using
function
.
V
valueCollection()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns a
TByteCollection
view of the values contained in this map.
values()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns the values of the map as an array of
byte
values.
values(byte[])
- Method in interface com
.slimjars
.dist
.gnu
.trove
.map
.
TObjectByteMap
Returns the values of the map using an existing array.
A
C
E
F
G
H
I
K
P
R
S
T
V