com.croftsoft.core.util.seq
Interface Seq<E>

All Known Subinterfaces:
Mail<Message>
All Known Implementing Classes:
ArraySeq, FlipMail, ListSeq, MailImp, SeqExample

public interface Seq<E>

Read-only access to a sequence such as an Object array or a List. Pronounced "seek". For a description, please see the online tutorial Interface Seq.

Since:
2007-04-29
Version:
$Id: Seq.java,v 1.7 2008/04/19 21:27:13 croft Exp $
Author:
David Wallace Croft

Method Summary
 E get(int index)
           
 int size()
           
 

Method Detail

size

int size()

get

E get(int index)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)