Class HybridIndexableSet<E extends Indexable>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>, SetEx<E>, Copyable<SetEx<E>>

public class HybridIndexableSet<E extends Indexable> extends AbstractHybridSet<E> implements Serializable
Hybrid set that uses indexable set for large set.
See Also:
  • Constructor Details

    • HybridIndexableSet

      public HybridIndexableSet(boolean isSparse)
  • Method Details