|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.infomancers.collections.util.ListTransformation<K>
public final class ListTransformation<K>
Used for simple transformations based on values located at specific indices of a standard List.
java.util.List;| Constructor Summary | |
|---|---|
ListTransformation(java.util.List<K> list)
|
|
| Method Summary | |
|---|---|
K |
transform(java.lang.Integer item)
Transforms item of type T to item of type K. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListTransformation(java.util.List<K> list)
| Method Detail |
|---|
public K transform(java.lang.Integer item)
transform in interface Transformation<java.lang.Integer,K>item - The item to transform.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||