public static class SortedBundle.ValueWrapper extends Object implements Comparable<SortedBundle.ValueWrapper>
| Constructor and Description |
|---|
ValueWrapper(Object k,
Comparable<Object> v) |
ValueWrapper(Object k,
Object v,
Comparator<Object> c) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SortedBundle.ValueWrapper other) |
boolean |
equals(Object o) |
Object |
getKey() |
int |
hashCode() |
String |
toString() |
public ValueWrapper(Object k, Comparable<Object> v)
public ValueWrapper(Object k, Object v, Comparator<Object> c)
public int compareTo(SortedBundle.ValueWrapper other)
compareTo in interface Comparable<SortedBundle.ValueWrapper>public Object getKey()
public int hashCode()
hashCode in class ObjectObject.hashCode()MMBase2 Utils 2.0.0 - 2019-08-08T23:20