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
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."