org.nodal.model
Interface CharSeq

All Superinterfaces:
Seq

public interface CharSeq
extends Seq

A subclass of Seq for accessing sequences of chars.

Author:
leei

Nested Class Summary
 
Nested classes inherited from class org.nodal.model.Seq
Seq.SeqType
 
Method Summary
 char charAt(int i)
           
 
Methods inherited from interface org.nodal.model.Seq
elementAt, size, type
 

Method Detail

charAt

public char charAt(int i)