java.lang.Object
org.apache.jena.mem2.collection.FastHashBase<K>
org.apache.jena.mem2.collection.FastHashMap<Node,FastTripleBunch>
org.apache.jena.mem2.store.fast.FastHashedBunchMap
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Copyable<FastHashedBunchMap>
,JenaMap<Node,
,FastTripleBunch> JenaMapSetCommon<Node>
public class FastHashedBunchMap
extends FastHashMap<Node,FastTripleBunch>
implements org.apache.jena.atlas.lib.Copyable<FastHashedBunchMap>
Map from nodes to triple bunches.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.mem2.collection.FastHashMap
clear, compute, computeIfAbsent, get, getOrDefault, getValueAt, put, tryPut, valueIterator, valueSpliterator
Methods inherited from class org.apache.jena.mem2.collection.FastHashBase
anyMatch, anyMatchRandomOrder, containsKey, isEmpty, keyIterator, keySpliterator, removeAndGetIndex, removeAndGetIndex, removeUnchecked, removeUnchecked, size, tryRemove, 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
-
FastHashedBunchMap
public FastHashedBunchMap()
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceorg.apache.jena.atlas.lib.Copyable<FastHashedBunchMap>
-