Uses of Enum Class
com.usatiuk.objects.iterators.IteratorStart
Packages that use IteratorStart
Package
Description
-
Uses of IteratorStart in com.usatiuk.dhfs.jmap
Methods in com.usatiuk.dhfs.jmap with parameters of type IteratorStartModifier and TypeMethodDescription<K extends JMapKey>
CloseableKvIterator<K, JMapEntry<K>> JMapHelper.getIterator
(JMapHolder<K> holder, IteratorStart start, K key) Get an iterator for the map of a given holder. -
Uses of IteratorStart in com.usatiuk.objects.iterators
Methods in com.usatiuk.objects.iterators that return IteratorStartModifier and TypeMethodDescriptionstatic IteratorStart
Returns the enum constant of this class with the specified name.static IteratorStart[]
IteratorStart.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.usatiuk.objects.iterators with parameters of type IteratorStartModifierConstructorDescriptionKeyPredicateKvIterator
(CloseableKvIterator<K, V> backing, IteratorStart start, K startKey, Function<K, Boolean> filter) Constructs a KeyPredicateKvIterator with the specified backing iterator, start position, and filter.MergingKvIterator
(IteratorStart startType, K startKey, CloseableKvIterator<K, V>... iterators) Constructs a MergingKvIterator with the specified start type, start key, and array of iterators.MergingKvIterator
(IteratorStart startType, K startKey, List<CloseableKvIterator<K, V>> iterators) Constructs a MergingKvIterator with the specified start type, start key, and list of iterators.NavigableMapKvIterator
(NavigableMap<K, ? extends V> map, IteratorStart start, K key) Constructs a NavigableMapKvIterator with the specified map, start type, and start key.TombstoneSkippingIterator
(IteratorStart start, K startKey, List<CloseableKvIterator<K, MaybeTombstone<V>>> iterators) Constructs a TombstoneSkippingIterator with the specified start position, start key, and list of iterators. -
Uses of IteratorStart in com.usatiuk.objects.snapshot
Methods in com.usatiuk.objects.snapshot with parameters of type IteratorStartModifier and TypeMethodDescriptionSnapshot.getIterator
(IteratorStart start, K key) Get a list of iterators representing the snapshot. -
Uses of IteratorStart in com.usatiuk.objects.transaction
Methods in com.usatiuk.objects.transaction with parameters of type IteratorStartModifier and TypeMethodDescriptionCurrentTransaction.getIterator
(IteratorStart start, JObjectKey key) Transaction.getIterator
(IteratorStart start, JObjectKey key)