Class ArraySet<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class ArraySet<E>
extends AbstractSet<E>
implements Set<E>
A small, fast Set with a maximum size, backed by a fixed-size array. Unsynchronized, not thread-safe. Null elements are not permitted. Not appropriate for large Sets.
Since:
0.9.25