org.hd.d.pg2k.svrCore.location
Class Location.LongValueAndBounds
java.lang.Object
org.hd.d.pg2k.svrCore.location.Location.ValueAndBounds
org.hd.d.pg2k.svrCore.location.Location.LongValueAndBounds
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Location
public static final class Location.LongValueAndBounds
- extends Location.ValueAndBounds
Value-and-error stored as longs, eg for time.
TODO: should do validation on deserialisation.
- See Also:
- Serialized Form
|
Field Summary |
private static long |
serialVersionUID
Unique Serialisation class ID generated by http://random.hd.org/. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Unique Serialisation class ID generated by http://random.hd.org/.
- See Also:
- Constant Field Values
Location.LongValueAndBounds
public Location.LongValueAndBounds(long _val,
long _err)
- Make new bounded value.
Location.LongValueAndBounds
public Location.LongValueAndBounds(java.lang.Long _val,
java.lang.Long _err)
- Make new bounded value.
Copyright (c) 1996-2011, Damon Hart-Davis. All rights reserved.