@Serializable() public final class Trk
private final String
name
desc
private final List<TrkSeg>
trackSegments
Trk(String name, String desc, List<TrkSeg> trackSegments)
final String
getName()
getDesc()
final List<TrkSeg>
getTrackSegments()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getName()
final String getDesc()
final List<TrkSeg> getTrackSegments()