org.nodal.model
Interface FloatSeq

All Superinterfaces:
DoubleSeq, Seq
All Known Subinterfaces:
ByteSeq, IntSeq, ShortSeq

public interface FloatSeq
extends DoubleSeq

A subclass of Seq for accessing sequences of floats.

Author:
leei

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

Method Detail

floatAt

public float floatAt(int i)