C  E  G  I  P  R  S  T  U  W  _ 

C

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

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

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

W

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

_

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