protected static class RexSlot.SelfPopulatingList extends CopyOnWriteArrayList<String>
| Constructor and Description |
|---|
SelfPopulatingList(String prefix,
int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
private static AbstractList<String> |
fromTo(String prefix,
int start,
int end) |
String |
get(int index) |
add, add, addAll, addAll, addAllAbsent, addIfAbsent, clear, clone, contains, containsAll, equals, forEach, hashCode, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streamprivate final String prefix
SelfPopulatingList(String prefix, int initialSize)
private static AbstractList<String> fromTo(String prefix, int start, int end)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.