|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<Type>
com.androidplot.util.ZLinkedList<Type>
public class ZLinkedList<Type>
| Constructor Summary | |
|---|---|
ZLinkedList()
|
|
| Method Summary | |
|---|---|
void |
addToBottom(Type element)
|
void |
addToTop(Type element)
|
java.util.List<Type> |
elements()
|
boolean |
moveAbove(Type objectToMove,
Type reference)
Move above the specified element |
boolean |
moveBeneath(Type objectToMove,
Type reference)
Move beneath the specified element |
boolean |
moveDown(Type key)
Move down by one element |
boolean |
moveToBottom(Type key)
Move beneath all other elements |
boolean |
moveToTop(Type element)
Move above all other elements |
boolean |
moveUp(Type key)
Move up by one element |
| Methods inherited from class java.util.LinkedList |
|---|
add, add, addAll, addAll, addFirst, addLast, 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 |
| Methods inherited from class java.util.AbstractSequentialList |
|---|
iterator |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, isEmpty, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
| Methods inherited from interface java.util.Deque |
|---|
iterator |
| Constructor Detail |
|---|
public ZLinkedList()
| Method Detail |
|---|
public boolean moveToTop(Type element)
ZIndexable
moveToTop in interface ZIndexable<Type>
public boolean moveAbove(Type objectToMove,
Type reference)
ZIndexable
moveAbove in interface ZIndexable<Type>
public boolean moveBeneath(Type objectToMove,
Type reference)
ZIndexable
moveBeneath in interface ZIndexable<Type>public boolean moveToBottom(Type key)
ZIndexable
moveToBottom in interface ZIndexable<Type>public boolean moveUp(Type key)
ZIndexable
moveUp in interface ZIndexable<Type>public boolean moveDown(Type key)
ZIndexable
moveDown in interface ZIndexable<Type>public java.util.List<Type> elements()
elements in interface ZIndexable<Type>public void addToBottom(Type element)
public void addToTop(Type element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||