|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of elements held by the listR
- The return type of this visitorpublic interface BiListIVisitor<T,R>
Visitor to a BiListI
Method Summary
R
forEmpty(BiListI<T> host)
empty list case
R
forNonEmpty(BiListI<T> host)
non-empty list case
Method Detail
forEmpty
R forEmpty(BiListI<T> host)
host
- the empty host list
forNonEmpty
R forNonEmpty(BiListI<T> host)
host
- the non-empty host list
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD