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
Constructors -
Method Summary
Methods inherited from class org.apache.jena.mem2.collection.FastHashMap
clear, compute, computeIfAbsent, get, getOrDefault, getValueAt, put, tryPut, valueIterator, valueSpliteratorMethods inherited from class org.apache.jena.mem2.collection.FastHashBase
anyMatch, anyMatchRandomOrder, containsKey, isEmpty, keyIterator, keySpliterator, removeAndGetIndex, removeAndGetIndex, removeUnchecked, removeUnchecked, size, tryRemove, 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
-
FastHashedBunchMap
public FastHashedBunchMap()
-
-
Method Details
-
copy
- Specified by:
copyin interfaceorg.apache.jena.atlas.lib.Copyable<FastHashedBunchMap>
-