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, toArray
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
replaceAll, sort, spliterator
parallelStream, removeIf, stream
public boolean isModified()
public void setModified(boolean f)
setModified
in class ProxyListImpl<T>
Copyright © 2024 Oracle Corporation. All rights reserved.