C  E  G  I  P  R  S  T  U  W  _ 

C

clear() - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Empties the map.
com.slimjars.dist.gnu.trove.decorator - package com.slimjars.dist.gnu.trove.decorator
 
containsKey(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Checks for the present of key in the keys of the map.
containsValue(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Checks for the presence of val in the values of the map.

E

entrySet() - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Returns a Set view on the entries of the map.

G

get(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Retrieves the value for key
getMap() - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Returns a reference to the map wrapped by this decorator.

I

isEmpty() - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Indicates whether map has any entries.

P

put(Byte, Long) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Inserts a key/value pair into the map.
putAll(Map<? extends Byte, ? extends Long>) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Copies the key/value mappings in map into this map.

R

readExternal(ObjectInput) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
 
remove(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Deletes a key/value pair from the map.

S

size() - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Returns the number of entries in the map.

T

TByteLongMapDecorator - Class in com.slimjars.dist.gnu.trove.decorator
Wrapper class to make a TByteLongMap conform to the java.util.Map API.
TByteLongMapDecorator() - Constructor for class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
FOR EXTERNALIZATION ONLY!!
TByteLongMapDecorator(TByteLongMap) - Constructor for class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Creates a wrapper that decorates the specified primitive map.

U

unwrapKey(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Unwraps a key
unwrapValue(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Unwraps a value

W

wrapKey(byte) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Wraps a key
wrapValue(long) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
Wraps a value
writeExternal(ObjectOutput) - Method in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
 

_

_map - Variable in class com .slimjars .dist .gnu .trove .decorator . TByteLongMapDecorator
the wrapped primitive map
C  E  G  I  P  R  S  T  U  W  _