Interface AccessorListMethods<E>

All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, SequencedCollection<E>
All Known Subinterfaces:
UnmodifiableByDefaultList<E>, UnmodifiableByDefaultLiveList<E>
All Known Implementing Classes:
DynamicallyMappedList, LiveArrayList, LiveListBase, MappedList, MemoizationListImpl, MemoizationListImpl.MemoizedView, ValAsList

interface AccessorListMethods<E> extends List<E>
Plain boilerplate, because java.util.List does not have default methods.