Class LinkedArrayHashSet<E>

java.lang.Object
com.landawn.abacus.util.ArrayHashSet<E>
com.landawn.abacus.util.LinkedArrayHashSet<E>
Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

@Beta 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
  • Constructor Details

    • LinkedArrayHashSet

      public LinkedArrayHashSet()