C  E  G  I  P  R  S  T  U  W  _ 

C

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

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

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

W

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

_

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