private static class Functions.GeneratingList<E> extends AbstractList<E> implements RandomAccess
| Modifier and Type | Field and Description |
|---|---|
private Function1<Integer,E> |
fn |
private int |
size |
modCount| Constructor and Description |
|---|
Functions.GeneratingList(int size,
Function1<Integer,E> fn) |
| Modifier and Type | Method and Description |
|---|---|
E |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.