T
public class CopyOnReadLinkedList<T> extends Object
CopyOnReadLinkedList()
void
add(T d)
List<T>
cloneList()
boolean
contains(T d)
isEmpty()
Iterator<T>
iterator()
remove(T d)
reset()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CopyOnReadLinkedList()
public void add(T d)
public boolean contains(T d)
public void remove(T d)
public Iterator<T> iterator()
public void reset()
public List<T> cloneList()
public boolean isEmpty()
public int size()
Copyright © 2022 The Apache Software Foundation. All rights reserved.