Module org.apache.jena.core
Package org.apache.jena.mem2.collection
package org.apache.jena.mem2.collection
-
ClassDescriptionFastHashBase<K>This is the base class for
FastHashSetandFastHashSet.FastHashMap<K,V> Map which grows, if needed but never shrinks.FastHashSet<K>Set which grows, if needed but never shrinks.Entry pairing a key with its index in the set.Common code for hash tables and sets.HashCommonMap<K,V> Implementation ofJenaMapbased onHashCommonBase.Implementation ofJenaSetbased onHashCommonBase.JenaMap<K,V> A map from keys of typeKto values of typeV.JenaSet<E>Set interface specialized for the use cases in triple store implementations.Extension ofJenaSetthat allows to add and remove elements with a given hash code.