Class ImmutableHopscotchHashSet<E>

  • Type Parameters:
    E - The element type
    All Implemented Interfaces:
    Iterable<E>, Collection<E>, Set<E>

    public class ImmutableHopscotchHashSet<E>
    extends Object
    implements Set<E>
    Wrap a HopscotchHashMap and allow using it as a Set.
    Since:
    9.3
    Author:
    Dan Berindei