Uses of Interface
org.apache.jena.mem.TripleBunch
Packages that use TripleBunch
Package
Description
Various memory-based implementations of interfaces,
specifically GraphMem for memory-based Graphs.
-
Uses of TripleBunch in org.apache.jena.mem
Classes in org.apache.jena.mem that implement TripleBunchModifier and TypeClassDescriptionclassAn ArrayBunch implements TripleBunch with a linear search of a short-ish array of Triples.classMethods in org.apache.jena.mem that return TripleBunchModifier and TypeMethodDescriptionAnswer the TripleBunch associated withkey, ornullif there isn't one.BunchMap.getOrSet(Object key, Function<Object, TripleBunch> setter) Get thekeyand return the value found there; if nothing, calculate thevalueand insert.HashedBunchMap.getOrSet(Object key, Function<Object, TripleBunch> setter) Methods in org.apache.jena.mem that return types with arguments of type TripleBunchModifier and TypeMethodDescriptionBunchMap.iterator()HashedBunchMap.iterator()BunchMap.spliterator()HashedBunchMap.spliterator()Methods in org.apache.jena.mem with parameters of type TripleBunchModifier and TypeMethodDescriptionvoidBunchMap.put(Object key, TripleBunch value) Associatekeyandvalue.voidHashedBunchMap.put(Object key, TripleBunch value) Method parameters in org.apache.jena.mem with type arguments of type TripleBunchModifier and TypeMethodDescriptionBunchMap.getOrSet(Object key, Function<Object, TripleBunch> setter) Get thekeyand return the value found there; if nothing, calculate thevalueand insert.HashedBunchMap.getOrSet(Object key, Function<Object, TripleBunch> setter) Constructors in org.apache.jena.mem with parameters of type TripleBunch