V - The type of the view.E - The type of the underlying element.public class UnmodifiableCollectionView<V,E>
extends java.util.AbstractCollection<V>
| Constructor and Description |
|---|
UnmodifiableCollectionView(java.util.function.Function<E,V> viewer,
java.util.Collection<E> elements) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<V> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitCopyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.