private class ClassLoaderAwareCache.ClassLoaderAwareList
extends java.util.AbstractList
Modifier and Type | Field and Description |
---|---|
private java.util.Collection |
delegate |
Constructor and Description |
---|
ClassLoaderAwareList(java.util.Collection delegate) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int index) |
java.util.Iterator |
iterator() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.lang.Object get(int index)
get
in interface java.util.List
get
in class java.util.AbstractList
public int size()
size
in interface java.util.Collection
size
in interface java.util.List
size
in class java.util.AbstractCollection
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in interface java.util.List
iterator
in class java.util.AbstractList