C  E  G  I  P  R  S  T  U  W  _ 

C

clear() - Method in class com .slimjars .dist .gnu .trove .decorator . TObjectByteMapDecorator
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 . TObjectByteMapDecorator
Checks for the present of key in the keys of the map.
containsValue(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TObjectByteMapDecorator
Checks for the presence of val in the values of the map.

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

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

W

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

_

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