public final class UnmodifiablePropertyKeyList<T> extends AbstractList<T> implements RandomAccess
modCount| Modifier and Type | Method and Description |
|---|---|
static <T> UnmodifiablePropertyKeyList<T> |
create(com.oracle.truffle.api.object.Property[] array,
int start,
int end) |
T |
get(int index) |
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, toStringaddAll, addFirst, addLast, contains, containsAll, copyOf, getFirst, getLast, isEmpty, of, of, of, of, of, of, of, of, of, of, of, of, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArrayparallelStream, removeIf, stream, toArraypublic static <T> UnmodifiablePropertyKeyList<T> create(com.oracle.truffle.api.object.Property[] array, int start, int end)
public T get(int index)
public int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>