|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface BiListI<E>
Method Summary | |
---|---|
BiList<E> |
clear()
Clears this; |
BiListI<E> |
insertFront(E o)
Inserts object o at the front of this. |
BiListI<E> |
insertRear(E o)
Inserts the object o at the rear of this list. |
boolean |
isEmpty()
|
int |
length()
|
BiIteratorI<E> |
newIterator()
|
BiListI<E> |
newList()
Constructs a new empty BiList. |
E |
remFront()
Removes the object at the front of the list. |
E |
remRear()
Removes the last element of this list. |
Method Detail |
---|
boolean isEmpty()
BiListI<E> newList()
int length()
BiListI<E> insertFront(E o)
BiListI<E> insertRear(E o)
BiList<E> clear()
E remFront()
E remRear()
a
- BiListException if no such element exists.BiIteratorI<E> newIterator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |