Package gnu.lists

Class U16Vector

All Implemented Interfaces:
BoundedHashable, Array<UShort>, AVector<UShort>, Consumable, GVector<UShort>, Sequence<UShort>, Externalizable, Serializable, Comparable, Iterable<UShort>, Collection<UShort>, List<UShort>, RandomAccess, SequencedCollection<UShort>

public class U16Vector extends ShortVector<UShort>
Simple adjustable-length vector of unsigned 16-bit integers (shorts).
See Also: