C  E  G  I  P  R  S  T  U  W  _ 

C

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

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

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

W

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

_

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