|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MirrorList<T>
This is a list interface that creates some methods to perform some functional operations
| Method Summary | ||
|---|---|---|
|
mappingTo(Mapper<T,E> mapper)
|
|
MirrorList<T> |
matching(Matcher<T> matcher)
|
|
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
MirrorList<T> matching(Matcher<T> matcher)
<E> MirrorList<E> mappingTo(Mapper<T,E> mapper)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||