public class GenericImmutableOptions<E> extends AbstractList<E>
modCount| Constructor and Description |
|---|
GenericImmutableOptions(List<E> originalList,
FieldConfig fieldConfig) |
| Modifier and Type | Method and Description |
|---|---|
E |
get(int index) |
FieldConfig |
getRelatedFieldConfig() |
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic GenericImmutableOptions(List<E> originalList, FieldConfig fieldConfig)
public E get(int index)
public int size()
size in interface Collection<E>size in interface List<E>size in class AbstractCollection<E>public FieldConfig getRelatedFieldConfig()
Copyright © 2002-2019 Atlassian. All Rights Reserved.