|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BiListI<T>
Method Summary | ||
---|---|---|
|
accept(BiListIVisitor<T,R> visitor)
|
|
BiIteratorI<T> |
newIterator()
The inherited newIterator method with a narrowed output type. |
|
BiListI<T> |
newList()
The inherited newList with a narrowed output type. |
|
T |
remRear()
Removes the last element l of this list. |
Methods inherited from interface edu.rice.comp211.laundry.list.ListI |
---|
insertFront, insertRear, length, remFront |
Methods inherited from interface edu.rice.comp211.laundry.list.EnumI |
---|
isEmpty |
Method Detail |
---|
BiListI<T> newList()
newList
in interface ListI<T>
T remRear()
BiListException
- if no such element exists.BiIteratorI<T> newIterator()
newIterator
in interface EnumI<T>
newIterator
in interface ListI<T>
<R> R accept(BiListIVisitor<T,R> visitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |