Package com.croftsoft.core.util.seq

Read-only access to a sequence such as an Object array or a List (tutorial).

See:
          Description

Interface Summary
Seq<E> Read-only access to a sequence such as an Object array or a List.
 

Class Summary
ArraySeq<E> Read-only access to an array.
ListSeq<E> Read-only access to a List.
SeqExample Example implementation of Seq as an accessor interface.
 

Package com.croftsoft.core.util.seq Description

Read-only access to a sequence such as an Object array or a List (tutorial).

Please see the online tutorial Interface Seq.


CroftSoft Javadoc

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