Uses of Interface
org.apache.jena.mem2.collection.JenaSetHashOptimized
Packages that use JenaSetHashOptimized
-
Uses of JenaSetHashOptimized in org.apache.jena.mem2.collection
Classes in org.apache.jena.mem2.collection that implement JenaSetHashOptimizedModifier and TypeClassDescriptionclassFastHashSet<K>Set which grows, if needed but never shrinks. -
Uses of JenaSetHashOptimized in org.apache.jena.mem2.store.fast
Subinterfaces of JenaSetHashOptimized in org.apache.jena.mem2.store.fastModifier and TypeInterfaceDescriptioninterfaceA bunch of triples - a stripped-down set with specialized methods.Classes in org.apache.jena.mem2.store.fast that implement JenaSetHashOptimizedModifier and TypeClassDescriptionclassAn ArrayBunch implements TripleBunch with a linear search of a short-ish array of Triples.classA set of triples - backed byFastHashSet.