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