|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DaylightObject
com.daylight.Sequence
public class Sequence
Object representing a sequence
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
Sequence()
from dt_alloc_seq. |
Method Summary | |
---|---|
Sequence |
append(DaylightObject object)
from dt_append. |
Sequence |
append(java.lang.String str)
from dt_append. |
boolean |
atEnd()
from dt_atend. |
boolean |
atStart()
from dt_atstart. |
Sequence |
copy()
from dt_copy. |
void |
deallocateContents()
deallocates all objects contained by the sequence. |
void |
deleteCurrent()
from dt_delete. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Sequence |
insert(DaylightObject obj)
from dt_insert. |
DaylightObject |
next()
from dt_next. |
void |
reset()
from dt_reset. |
int |
size()
returns number of objects in the sequence. |
void |
sort()
from dt_seqsort. |
void |
toEnd()
from dt_toend. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sequence() throws DaylightException
DaylightException
Method Detail |
---|
public Sequence copy() throws DaylightException
DaylightException
public Sequence append(DaylightObject object) throws DaylightException
DaylightException
public Sequence append(java.lang.String str) throws DaylightException
DaylightException
public void deleteCurrent() throws DaylightException
DaylightException
public Sequence insert(DaylightObject obj) throws DaylightException
DaylightException
public DaylightObject next() throws DaylightException
DaylightException
public void reset() throws DaylightException
DaylightException
public void sort() throws DaylightException
DaylightException
public void toEnd() throws DaylightException
DaylightException
public boolean atStart() throws DaylightException
DaylightException
public boolean atEnd() throws DaylightException
DaylightException
public int size() throws DaylightException
DaylightException
public void deallocateContents() throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class DaylightObject
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |