Class TShortHashSetDecorator

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

public class TShortHashSetDecorator extends AbstractSet<Short> implements Set<Short>, Externalizable
Wrapper class to make a TShortHashSet conform to the java.util.Set API. This class simply decorates an underlying TShortHashSet 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

Author:
Eric D. Friedman
See Also: