org.nodal.model
Interface BooleanSeq

All Superinterfaces:
Seq

public interface BooleanSeq
extends Seq

A subclass of Seq for accessing sequences of booleans.

Author:
leei

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

Method Detail

booleanAt

public boolean booleanAt(int i)