org.media.mn8.concepts
Interface Series

All Known Implementing Classes:
SeriesConcept

public interface Series

Version:
$Revision: 1.2 $ $Date: 2002/02/03 19:25:16 $
Author:
Remus Pereni

Method Summary
 void add(Concept concept)
           
 Concept current()
           
 Concept elementAt(int position)
           
 long getIndex()
           
 int getLength()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 void insert(Concept concept)
           
 void insert(IntegerConcept position, Concept concept)
           
 Concept next()
           
 Concept previous()
           
 Concept remove()
           
 void setIndex(long idx)
           
 void sort(Concept sorter)
           
 

Method Detail

next

public Concept next()

current

public Concept current()

previous

public Concept previous()

elementAt

public Concept elementAt(int position)

remove

public Concept remove()

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

getLength

public int getLength()

getIndex

public long getIndex()

setIndex

public void setIndex(long idx)

add

public void add(Concept concept)

insert

public void insert(Concept concept)

insert

public void insert(IntegerConcept position,
                   Concept concept)

sort

public void sort(Concept sorter)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."