Package com.linkedin.venice.utils.collections
-
Class Summary Class Description ArrayBackedNullSkippingIterator<E> This iterator traverses the entire backing array, while skipping over null entries.ArrayCollection<E> Expose an array ofArrayCollection
as an immutableCollection
Changes to the array are reflected in the collection.BiIntKeyCache<E> Read-through cache for items retrievable by two positive integer IDs.NullSkippingIteratorWrapper<E> This iterator traverses the entire backing iterator, while skipping over null entries.