Class TransformingList<InternalV,ExternalV>
java.lang.Object
com.electronwill.nightconfig.core.utils.TransformingCollection<InternalV,ExternalV>
com.electronwill.nightconfig.core.utils.TransformingList<InternalV,ExternalV>
- All Implemented Interfaces:
Iterable<ExternalV>,Collection<ExternalV>,List<ExternalV>
public final class TransformingList<InternalV,ExternalV>
extends TransformingCollection<InternalV,ExternalV>
implements List<ExternalV>
-
Field Summary
Fields inherited from class com.electronwill.nightconfig.core.utils.TransformingCollection
internalCollection, readTransformation, searchTransformation, writeTransformation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends ExternalV> c) get(int index) intintlistIterator(int index) remove(int index) subList(int fromIndex, int toIndex) Methods inherited from class com.electronwill.nightconfig.core.utils.TransformingCollection
add, addAll, clear, contains, containsAll, equals, forEach, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
TransformingList
-
-
Method Details
-
addAll
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<InternalV>
-
listIterator
- Specified by:
listIteratorin interfaceList<InternalV>
-
listIterator
- Specified by:
listIteratorin interfaceList<InternalV>
-
subList
-