C  E  G  I  P  R  S  T  U  W  _ 

C

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

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

unwrapKey(Short) - Method in class com .slimjars .dist .gnu .trove .decorator . TShortObjectMapDecorator
Unwraps a key

W

wrapKey(short) - Method in class com .slimjars .dist .gnu .trove .decorator . TShortObjectMapDecorator
Wraps a key
writeExternal(ObjectOutput) - Method in class com .slimjars .dist .gnu .trove .decorator . TShortObjectMapDecorator
 

_

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