|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LIST<T extends ANY>
| Method Summary | |
|---|---|
T |
head()
|
BL |
isEmpty()
|
java.util.Iterator<T> |
iterator()
|
INT |
length()
|
BL |
nonEmpty()
|
LIST<T> |
tail()
|
| Methods inherited from interface org.hl7.types.ANY |
|---|
equal, isNull, isNullJ, nonNull, nonNullJ, notApplicable, notApplicableJ, nullFlavor, other, otherJ, unknown, unknownJ |
| Method Detail |
|---|
T head()
LIST<T> tail()
BL isEmpty()
BL nonEmpty()
INT length()
java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T extends ANY>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||