public class LongRecordLocation extends Object implements RecordLocation
| Constructor and Description |
|---|
LongRecordLocation(long l) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
long |
getLongLocation() |
int |
hashCode() |
String |
toString() |
public int compareTo(Object o)
compareTo in interface ComparableComparable.compareTo(java.lang.Object)public long getLongLocation()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2005–2019. All rights reserved.