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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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-2024 Atlassian. All Rights Reserved.