Package it.unive.lisa.util.collections.externalSet
-
Interface Summary Interface Description ExternalSet<T> A set of elements that are stored externally from this set. -
Class Summary Class Description BitExternalSet<T> AnExternalSetwhere the indexes of the elements included in the set are stored through bit vectors, enabling better memory efficiency.ExternalSetCache<T> A cache for creatingExternalSets of the elements contained in this cache.UniversalExternalSet<T> AnExternalSetthat always stays up-to-date with the contents of the underlying factory, but that cannot be modified.