Package com.usatiuk.objects.iterators
package com.usatiuk.objects.iterators
-
ClassDescriptionAn iterator over key-value pairs that can be closed and supports peek and skip operations, in both directions.Data<V>Interface indicating that data is present.DataWrapper<V>Simple implementation of the Data interface.Allows to specify initial positioning of the iterator relative to the requested key.A key-value iterator that filters keys based on a predicate.A mapping key-value iterator that transforms the values of a backing iterator using a specified function.A merging key-value iterator that combines multiple iterators into a single iterator.A key-value iterator for a
NavigableMap
.A wrapper for a key-value iterator that iterates in reverse order.Base class for a reversible key-value iterator.Tombstone<V>Indicates that the value is a tombstone.Simple implementation of the Tombstone interface.A key-value iterator that skips tombstones.