Class IndexerBitSet<E>

Type Parameters:
E - type of elements
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>, SetEx<E>, Copyable<SetEx<E>>

public class IndexerBitSet<E> extends GenericBitSet<E> implements Serializable
This implementation leverages Indexer to take care of the mappings between objects and indexes. The indexer itself acts as the context object.
See Also:
  • Constructor Details

    • IndexerBitSet

      public IndexerBitSet(Indexer<E> indexer, boolean isSparse)
  • Method Details