Uses of Record Class
org.apache.jena.mem2.collection.FastHashSet.IndexedKey
Packages that use FastHashSet.IndexedKey
Package
Description
-
Uses of FastHashSet.IndexedKey in org.apache.jena.mem2.collection
Methods in org.apache.jena.mem2.collection that return types with arguments of type FastHashSet.IndexedKeyModifier and TypeMethodDescriptionfinal ExtendedIterator<FastHashSet.IndexedKey<K>>FastHashSet.indexedKeyIterator()Get an iterator over pairs of keys and their indices in the set.final Spliterator<FastHashSet.IndexedKey<K>>FastHashSet.indexedKeySpliterator()Get a spliterator over pairs of keys and their indices in the set.final Stream<FastHashSet.IndexedKey<K>>FastHashSet.indexedKeyStream()Get a stream over pairs of keys and their indices in the set.final Stream<FastHashSet.IndexedKey<K>>FastHashSet.indexedKeyStreamParallel()Get a parallel stream over pairs of keys and their indices in the set. -
Uses of FastHashSet.IndexedKey in org.apache.jena.mem2.iterator
Methods in org.apache.jena.mem2.iterator that return FastHashSet.IndexedKeyModifier and TypeMethodDescriptionSparseArrayIndexedIterator.next()Returns the next element in the iteration.Method parameters in org.apache.jena.mem2.iterator with type arguments of type FastHashSet.IndexedKeyModifier and TypeMethodDescriptionvoidSparseArrayIndexedIterator.forEachRemaining(Consumer<? super FastHashSet.IndexedKey<E>> action) -
Uses of FastHashSet.IndexedKey in org.apache.jena.mem2.spliterator
Methods in org.apache.jena.mem2.spliterator that return types with arguments of type FastHashSet.IndexedKeyMethod parameters in org.apache.jena.mem2.spliterator with type arguments of type FastHashSet.IndexedKeyModifier and TypeMethodDescriptionvoidSparseArrayIndexedSpliterator.forEachRemaining(Consumer<? super FastHashSet.IndexedKey<E>> action) booleanSparseArrayIndexedSpliterator.tryAdvance(Consumer<? super FastHashSet.IndexedKey<E>> action)