public class HistoryList<E> extends LinkedList<E>
The method addLast(Object)
will remove the first object of the list
when at full capacity.
Constructor and Description |
---|
HistoryList(int capacity) |
Modifier and Type | Method and Description |
---|---|
void |
addLast(E o) |
add, add, addAll, addAll, addFirst, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray
iterator
equals, hashCode, listIterator, subList
containsAll, isEmpty, removeAll, retainAll, toString
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
Copyright © 2013 Nuxeo SA. All Rights Reserved.