Uses of Interface
org.apache.jena.mem2.collection.JenaSet
Packages that use JenaSet
Package
Description
-
Uses of JenaSet in org.apache.jena.mem2.collection
Subinterfaces of JenaSet in org.apache.jena.mem2.collectionModifier and TypeInterfaceDescriptioninterfaceExtension ofJenaSetthat allows to add and remove elements with a given hash code.Classes in org.apache.jena.mem2.collection that implement JenaSetModifier and TypeClassDescriptionclassFastHashSet<K>Set which grows, if needed but never shrinks.classImplementation ofJenaSetbased onHashCommonBase. -
Uses of JenaSet in org.apache.jena.mem2.iterator
Constructor parameters in org.apache.jena.mem2.iterator with type arguments of type JenaSet -
Uses of JenaSet in org.apache.jena.mem2.store.fast
Subinterfaces of JenaSet 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 JenaSetModifier and TypeClassDescriptionclassAn ArrayBunch implements TripleBunch with a linear search of a short-ish array of Triples.classA set of triples - backed byFastHashSet.Constructors in org.apache.jena.mem2.store.fast with parameters of type JenaSetModifierConstructorDescriptionCreate a new triple bunch from the given set of triples. -
Uses of JenaSet in org.apache.jena.mem2.store.legacy
Subinterfaces of JenaSet in org.apache.jena.mem2.store.legacyModifier and TypeInterfaceDescriptioninterfaceA map from a node to the triples that have that node as subject, predicate or object.interfaceA bunch of triples - a stripped-down set with specialized methods.Classes in org.apache.jena.mem2.store.legacy that implement JenaSetModifier and TypeClassDescriptionclassAn ArrayBunch implements TripleBunch with a linear search of a short-ish array of Triples.classA bunch of triples, implemented as a set of triples.class -
Uses of JenaSet in org.apache.jena.mem2.store.roaring
Classes in org.apache.jena.mem2.store.roaring that implement JenaSet