public class ListImpl<T> extends ProxyListImpl<T> implements Serializable
core| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
isModified() |
void |
setModified(boolean f) |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayfinalize, getClass, notify, notifyAll, toString, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic boolean isModified()
public void setModified(boolean f)
setModified in class ProxyListImpl<T>Copyright © 2017 Oracle Corporation. All rights reserved.