Class IdentityOpenHashSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.jctools.sets.IdentityOpenHashSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class IdentityOpenHashSet<E> extends AbstractSet<E>
  • Field Details

    • size

      private int size
    • buffer

      private E[] buffer
    • resizeThreshold

      private int resizeThreshold
  • Constructor Details

    • IdentityOpenHashSet

      public IdentityOpenHashSet(int capacity)
  • Method Details