public class LockedDynamicList<E> extends DynamicList<E>
DynamicList.Node<E>
Constructor and Description |
---|
LockedDynamicList(int maxExpectedSize) |
Modifier and Type | Method and Description |
---|---|
DynamicList.Node<E> |
append(E value,
int maxSize) |
E |
get(int index) |
void |
remove(DynamicList.Node<E> node) |
int |
size() |
append, main
public DynamicList.Node<E> append(E value, int maxSize)
append
in class DynamicList<E>
public void remove(DynamicList.Node<E> node)
remove
in class DynamicList<E>
public E get(int index)
get
in class DynamicList<E>
public int size()
size
in class DynamicList<E>
Copyright © 2009- The Apache Software Foundation