org.nodal.model
Interface LongSeq

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

public interface LongSeq
extends Seq

A subclass of Seq for accessing sequences of longs.

Author:
leei

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

Method Detail

longAt

public long longAt(int i)