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
-
Method Summary
Methods inherited from class org.apache.jena.mem2.collection.HashCommonMap
clear, compute, computeIfAbsent, get, getOrDefault, put, tryPut, valueIterator, valueSpliterator
Methods inherited from class org.apache.jena.mem2.collection.HashCommonBase
anyMatch, containsKey, isEmpty, keyIterator, keySpliterator, removeUnchecked, size, tryRemove
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.mem2.collection.JenaMap
valueStream, valueStreamParallel
Methods 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:JenaMapSetCommon
Clear the collection. -
copy
Create a copy of this map. The new map will contain all the same nodes as keys of this map, but copies of the bunches as values.- Returns:
- an independent copy of this map
-