- All Implemented Interfaces:
- java.lang.Iterable<E>, java.util.Collection<E>, java.util.Set<E>
public final class LinkedArrayHashSet<E>
extends ArrayHashSet<E>
It's designed to supported primitive/object array.
The elements in the array must not be modified after the array is added into the set.
- Since:
- 0.8
- Author:
- Haiyang Li