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 Comparable
Comparable.compareTo(java.lang.Object)
public long getLongLocation()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.