|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic interface for accessing a sequence of things. This is used as an
abstract interface for anything that can be indexed by an integer. It is
mostly used as a liaison interface between sequences of particular type
(accessible with the type()
method) and various interfaces that can
use arrays and other interfaces.
SeqUtil
Nested Class Summary | |
static class |
Seq.SeqType
A type-safe enum for identifying the type of a Seq object. |
Method Summary | |
java.lang.Object |
elementAt(int i)
Access the element at index i. |
int |
size()
The number of elements in the sequence. |
Seq.SeqType |
type()
Return the SeqType enum that identifies this Seq instance's contents. |
Method Detail |
public int size()
public java.lang.Object elementAt(int i)
public Seq.SeqType type()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |