|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--xxl.collections.MappedList
| Field Summary | |
protected Function |
function
|
protected java.util.List |
list
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
MappedList(java.util.List list,
Function function)
|
|
| Method Summary | |
java.lang.Object |
get(int index)
|
static void |
main(java.lang.String[] args)
|
java.lang.Object |
remove(int index)
|
int |
size()
|
| Methods inherited from class java.util.AbstractList |
add,
add,
addAll,
clear,
equals,
hashCode,
indexOf,
iterator,
lastIndexOf,
listIterator,
listIterator,
removeRange,
set,
subList |
| Methods inherited from class java.util.AbstractCollection |
addAll,
contains,
containsAll,
isEmpty,
remove,
removeAll,
retainAll,
toArray,
toArray,
toString |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected java.util.List list
protected Function function
| Constructor Detail |
public MappedList(java.util.List list,
Function function)
| Method Detail |
public int size()
public java.lang.Object get(int index)
public java.lang.Object remove(int index)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||