public class TransformCollection<I,O> extends AbstractCollection<O>
| Constructor and Description |
|---|
TransformCollection(Collection<I> src,
org.apache.commons.collections15.Transformer<I,O> transformer) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<O> |
iterator() |
int |
size() |
static <I,O> Collection<O> |
transformedView(Collection<I> src,
org.apache.commons.collections15.Transformer<I,O> transformer) |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TransformCollection(Collection<I> src, org.apache.commons.collections15.Transformer<I,O> transformer)
public Iterator<O> iterator()
iterator in interface Iterable<O>iterator in interface Collection<O>iterator in class AbstractCollection<O>public int size()
size in interface Collection<O>size in class AbstractCollection<O>public static <I,O> Collection<O> transformedView(Collection<I> src, org.apache.commons.collections15.Transformer<I,O> transformer)
Copyright © 2013. All Rights Reserved.