public class Path extends java.util.ArrayList<Waypoint> implements Transmittable
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpObject(java.io.DataOutputStream dos) |
void |
loadObject(java.io.DataInputStream dis) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic void dumpObject(java.io.DataOutputStream dos)
throws java.io.IOException
dumpObject in interface Transmittablejava.io.IOExceptionpublic void loadObject(java.io.DataInputStream dis)
throws java.io.IOException
loadObject in interface Transmittablejava.io.IOException