C  E  G  I  P  R  S  T  U  W  _ 

C

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

E

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

G

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

I

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

P

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

R

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

S

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

T

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

U

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

W

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

_

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