Class OpenHashSet<E>

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

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

    • size

      private int size
    • buffer

      private E[] buffer
    • resizeThreshold

      private int resizeThreshold
  • Constructor Details

    • OpenHashSet

      public OpenHashSet(int capacity)
  • Method Details