Uses of Interface
org.apache.jena.mem2.collection.JenaMapSetCommon
Packages that use JenaMapSetCommon
Package
Description
-
Uses of JenaMapSetCommon in org.apache.jena.mem2.collection
Subinterfaces of JenaMapSetCommon in org.apache.jena.mem2.collectionModifier and TypeInterfaceDescriptioninterfaceJenaMap<K,V> A map from keys of typeKto values of typeV.interfaceJenaSet<E>Set interface specialized for the use cases in triple store implementations.interfaceExtension ofJenaSetthat allows to add and remove elements with a given hash code.Classes in org.apache.jena.mem2.collection that implement JenaMapSetCommonModifier and TypeClassDescriptionclassFastHashBase<K>This is the base class forFastHashSetandFastHashSet.classFastHashMap<K,V> Map which grows, if needed but never shrinks.classFastHashSet<K>Set which grows, if needed but never shrinks.classHashCommonMap<K,V> Implementation ofJenaMapbased onHashCommonBase.classImplementation ofJenaSetbased onHashCommonBase. -
Uses of JenaMapSetCommon in org.apache.jena.mem2.store.fast
Subinterfaces of JenaMapSetCommon 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 JenaMapSetCommonModifier and TypeClassDescriptionclassAn ArrayBunch implements TripleBunch with a linear search of a short-ish array of Triples.classMap from nodes to triple bunches.classA set of triples - backed byFastHashSet. -
Uses of JenaMapSetCommon in org.apache.jena.mem2.store.legacy
Subinterfaces of JenaMapSetCommon 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 JenaMapSetCommonModifier and TypeClassDescriptionclassAn ArrayBunch implements TripleBunch with a linear search of a short-ish array of Triples.classA map from nodes to bunches of triples.classA bunch of triples, implemented as a set of triples.class -
Uses of JenaMapSetCommon in org.apache.jena.mem2.store.roaring
Classes in org.apache.jena.mem2.store.roaring that implement JenaMapSetCommon