A  C  F  G  I  K  P  R  S  T  V 

A

adjustOrPutValue(long, byte, byte) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Adjusts the primitive value mapped to the key if the key is present in the map.
adjustValue(long, byte) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Adjusts the primitive value mapped to key.

C

clear() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Empties the map.
com.slimjars.dist.gnu.trove.map - package com.slimjars.dist.gnu.trove.map
 
containsKey(long) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Checks for the present of key in the keys of the map.
containsValue(byte) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Checks for the presence of val in the values of the map.

F

forEachEntry(TLongByteProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Executes procedure for each key/value entry in the map.
forEachKey(TLongProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Executes procedure for each key in the map.
forEachValue(TByteProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Executes procedure for each value in the map.

G

get(long) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Retrieves the value for key.
getNoEntryKey() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the value that will be returned from get(long) or put(long, byte) if no entry exists for a given key.
getNoEntryValue() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the value that will be returned from get(long) or put(long, byte) if no entry exists for a given key.

I

increment(long) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Increments the primitive value mapped to key by 1
isEmpty() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns true if this map contains no key-value mappings.
iterator() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
 

K

keys() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the keys of the map as an array of long values.
keys(long[]) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the keys of the map.
keySet() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the keys of the map as a TLongSet

P

put(long, byte) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Inserts a key/value pair into the map.
putAll(Map<? extends Long, ? extends Byte>) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Put all the entries from the given Map into this map.
putAll(TLongByteMap) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Put all the entries from the given map into this map.
putIfAbsent(long, byte) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.

R

remove(long) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Deletes a key/value pair from the map.
retainEntries(TLongByteProcedure) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
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 . TLongByteMap
Returns an int value that is the number of elements in the map.

T

TLongByteMap - Interface in com.slimjars.dist.gnu.trove.map
Interface for a primitive map of long keys and byte values.
transformValues(TByteFunction) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Transform the values in this map using function.

V

valueCollection() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the values of the map as a TByteCollection
values() - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the values of the map as an array of #e# values.
values(byte[]) - Method in interface com .slimjars .dist .gnu .trove .map . TLongByteMap
Returns the values of the map using an existing array.
A  C  F  G  I  K  P  R  S  T  V