Class UnmodifiableCollectionView<V,E>

java.lang.Object
java.util.AbstractCollection<V>
org.agrona.collections.UnmodifiableCollectionView<V,E>
Type Parameters:
V - The type of the view.
E - The type of the underlying element.
All Implemented Interfaces:
Iterable<V>, Collection<V>

public class UnmodifiableCollectionView<V,E> extends AbstractCollection<V>
An unmodifiable view of a collection that maps each element in an underlying collection into a view.