Class MapDbCollectionFactory.MemoryTillSizeXSet<V>

java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractSet<V>
org.eclipse.rdf4j.collection.factory.mapdb.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.