protected class VPPrefixTree.HeapItem extends java.lang.Object implements java.lang.Comparable<VPPrefixTree.HeapItem>
Constructor and Description |
---|
VPPrefixTree.HeapItem(int index,
int distance,
long prefix) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VPPrefixTree.HeapItem o) |
public VPPrefixTree.HeapItem(int index, int distance, long prefix)
public int compareTo(VPPrefixTree.HeapItem o)
compareTo
in interface java.lang.Comparable<VPPrefixTree.HeapItem>