C  E  G  I  P  R  S  T  U  W  _ 

C

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

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

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

W

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

_

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