org.nodal.model
Interface IntSeq

All Superinterfaces:
DoubleSeq, FloatSeq, LongSeq, Seq
All Known Subinterfaces:
ByteSeq, ShortSeq

public interface IntSeq
extends LongSeq, FloatSeq

A subclass of Seq for accessing sequences of ints.

Author:
leei

Nested Class Summary
 
Nested classes inherited from class org.nodal.model.Seq
Seq.SeqType
 
Method Summary
 int intAt(int i)
           
 
Methods inherited from interface org.nodal.model.LongSeq
longAt
 
Methods inherited from interface org.nodal.model.Seq
elementAt, size, type
 
Methods inherited from interface org.nodal.model.FloatSeq
floatAt
 
Methods inherited from interface org.nodal.model.DoubleSeq
doubleAt
 

Method Detail

intAt

public int intAt(int i)