gnu.lists
public interface Sequence extends List, Consumable
| Field Summary | |
|---|---|
| static int | ATTRIBUTE_VALUE |
| static int | BOOLEAN_VALUE |
| static int | CDATA_VALUE |
| static int | CHAR_VALUE |
| static int | COMMENT_VALUE |
| static int | DOCUMENT_VALUE |
| static int | DOUBLE_VALUE Return code used to indicate next element is 64-bit double. |
| static Object | eofValue Special magic end-of-file marker. |
| static int | ELEMENT_VALUE |
| static int | EOF_VALUE Return code used to indicate a position is at end of the sequence. |
| static int | FLOAT_VALUE Return code used to indicate next element is 32-bit float. |
| static int | INT_S16_VALUE |
| static int | INT_S32_VALUE |
| static int | INT_S64_VALUE |
| static int | INT_S8_VALUE |
| static int | INT_U16_VALUE |
| static int | INT_U32_VALUE |
| static int | INT_U64_VALUE |
| static int | INT_U8_VALUE |
| static int | OBJECT_VALUE |
| static int | PRIM_VALUE |
| static int | PROCESSING_INSTRUCTION_VALUE |
| static int | TEXT_BYTE_VALUE A byte in an encoded string.
|
| Method Summary | |
|---|---|
| Enumeration | elements() |
| void | fill(Object value) |
| Object | get(int index) See java.util.List. |
| boolean | isEmpty() True is this sequence contains no elements. |
| Object | set(int index, Object value) See java.util.List. |
| int | size() See java.util.List. |