C  E  G  I  P  R  S  T  U  W  _ 

C

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

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

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

W

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

_

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