|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.c5gps.TrackLogList
public class TrackLogList
Emumeration of TrackLog objects.
GpsDataFileType
Constructor Summary | |
---|---|
TrackLogList(java.util.Vector<TrackLog> tracks)
Constructs a TrackLogList from a vector of TrackLog objects |
Method Summary | |
---|---|
boolean |
hasMoreElements()
implements java.util.Enumeration |
TrackLog |
nextElement()
implements java.util.Enumeration |
void |
reset()
resets the java.util.Enumeration to the first element |
int |
size()
returns the number of TrackLog objects in this TrackLogList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrackLogList(java.util.Vector<TrackLog> tracks)
tracks
- TrackLog
Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
Enumeration
public TrackLog nextElement() throws java.util.NoSuchElementException
nextElement
in interface java.util.Enumeration
java.util.NoSuchElementException
Enumeration
public int size()
public void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |