Class MapDbCollectionFactory.MemoryTillSizeXSet<V>

  • Type Parameters:
    T - of the contents of the set.
    All Implemented Interfaces:
    Iterable<V>, Collection<V>, Set<V>
    Enclosing class:
    MapDbCollectionFactory

    protected class MapDbCollectionFactory.MemoryTillSizeXSet<V>
    extends AbstractSet<V>
    Only create a disk based set once the contents are large enough that it starts to pay off.