- All Implemented Interfaces:
org.apache.jena.atlas.lib.Copyable<TripleSet>,JenaMapSetCommon<Triple>,JenaSet<Triple>,JenaSetHashOptimized<Triple>
public class TripleSet
extends FastHashSet<Triple>
implements org.apache.jena.atlas.lib.Copyable<TripleSet>
Set of triples that is backed by a
TripleSet.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.mem.collection.FastHashSet
FastHashSet.IndexedKey<K> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.mem.collection.FastHashSet
addAndGetIndex, addAndGetIndex, addUnchecked, addUnchecked, getKeyAt, indexedKeyIterator, indexedKeySpliterator, indexedKeyStream, indexedKeyStreamParallel, tryAdd, tryAddMethods inherited from class org.apache.jena.mem.collection.FastHashBase
anyMatch, anyMatchRandomOrder, clear, 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.mem.collection.JenaMapSetCommon
anyMatch, clear, containsKey, isEmpty, keyIterator, keySpliterator, keyStream, keyStreamParallel, removeUnchecked, size, tryRemoveMethods inherited from interface org.apache.jena.mem.collection.JenaSetHashOptimized
removeUnchecked, tryRemove
-
Constructor Details
-
TripleSet
public TripleSet()
-
-
Method Details
-
copy
Create a copy of this set.- Specified by:
copyin interfaceorg.apache.jena.atlas.lib.Copyable<TripleSet>- Returns:
- TripleSet
-