public static final class Lookup.LookupResult extends Object implements Comparable<Lookup.LookupResult>
Modifier and Type | Field and Description |
---|---|
CharSequence |
key |
long |
value |
Constructor and Description |
---|
LookupResult(CharSequence key,
long value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Lookup.LookupResult o)
Compare alphabetically.
|
String |
toString() |
public final CharSequence key
public final long value
public LookupResult(CharSequence key, long value)
public int compareTo(Lookup.LookupResult o)
compareTo
in interface Comparable<Lookup.LookupResult>
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.