Package com.strobel.core
Class ArrayUtilities.UnmodifiableArrayList<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- com.strobel.core.ArrayUtilities.UnmodifiableArrayList<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
,java.util.Collection<T>
,java.util.List<T>
- Enclosing class:
- ArrayUtilities
private static final class ArrayUtilities.UnmodifiableArrayList<T> extends java.util.AbstractList<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UnmodifiableArrayList(T[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get(int index)
int
size()
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-