static class Collections2.TransformedCollection<F,T>
extends java.util.AbstractCollection<T>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<F> |
fromCollection |
(package private) Function<? super F,? extends T> |
function |
Constructor and Description |
---|
TransformedCollection(java.util.Collection<F> fromCollection,
Function<? super F,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
int |
size() |
add, addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait