Class MapDb3CollectionFactory.MemoryTillSizeXQueue<V>

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

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