|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Sequence in org.zedlib |
| Classes in org.zedlib that implement Sequence | |
class |
HashSeq
A sequence is a type of function that maps an integer (usually representing an ordering) to an object. |
| Methods in org.zedlib that return Sequence | |
Sequence |
Sequence.tail()
Returns a sequence being all but the first element in the sequence. |
Sequence |
Sequence.front()
Returns a sequence being all but the last element in the sequence. |
Sequence |
HashSeq.tail()
Returns a sequence being all but the first element in the sequence. |
Sequence |
HashSeq.front()
Returns a sequence being all but the last element in the sequence. |
| Constructors in org.zedlib with parameters of type Sequence | |
HashSeq(Sequence s)
Construct a sequence from an existing sequence. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||