A  C  E  G  I  R  S  T  W  _ 

A

add(Double) - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
Inserts a value into the set.

C

clear() - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
Empties the set.
com.slimjars.dist.gnu.trove.decorator - package com.slimjars.dist.gnu.trove.decorator
 
contains(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator

E

equals(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
Compares this set with another set for equality of their stored entries.

G

getSet() - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
Returns a reference to the set wrapped by this decorator.

I

isEmpty() - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
Indicates whether set has any entries.
iterator() - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
Creates an iterator over the values of the set.

R

readExternal(ObjectInput) - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
 
remove(Object) - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
Deletes a value from the set.

S

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

T

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

W

writeExternal(ObjectOutput) - Method in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
 

_

_set - Variable in class com .slimjars .dist .gnu .trove .decorator . TDoubleSetDecorator
the wrapped primitive set
A  C  E  G  I  R  S  T  W  _