java.lang.Object
org.apache.jena.mem2.collection.HashCommonBase<K>
org.apache.jena.mem2.collection.HashCommonMap<Node,TripleBunch>
org.apache.jena.mem2.store.legacy.HashedBunchMap
- All Implemented Interfaces:
JenaMap<Node,,TripleBunch> JenaMapSetCommon<Node>
A map from nodes to bunches of triples.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.mem2.collection.HashCommonMap
clear, compute, computeIfAbsent, get, getOrDefault, put, tryPut, valueIterator, valueSpliteratorMethods inherited from class org.apache.jena.mem2.collection.HashCommonBase
anyMatch, containsKey, isEmpty, keyIterator, keySpliterator, removeUnchecked, size, tryRemoveMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.mem2.collection.JenaMap
valueStream, valueStreamParallelMethods inherited from interface org.apache.jena.mem2.collection.JenaMapSetCommon
anyMatch, containsKey, isEmpty, keyIterator, keySpliterator, keyStream, keyStreamParallel, removeUnchecked, size, tryRemove
-
Constructor Details
-
HashedBunchMap
public HashedBunchMap()
-
-
Method Details
-
clear
public void clear()Description copied from interface:JenaMapSetCommonClear the collection.
-