Class TFloatSetDecorator

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Float>
gnu.trove.decorator.TFloatSetDecorator
All Implemented Interfaces:
Externalizable, Serializable, Iterable<Float>, Collection<Float>, Set<Float>

public class TFloatSetDecorator extends AbstractSet<Float> implements Set<Float>, Externalizable
Wrapper class to make a TFloatSet conform to the java.util.Set API. This class simply decorates an underlying TFloatSet and translates the Object-based APIs into their Trove primitive analogs.

Note that wrapping and unwrapping primitive values is extremely inefficient. If possible, users of this class should override the appropriate methods in this class and use a table of canonical values.

Created: Tue Sep 24 22:08:17 PDT 2002

See Also: