private static class FST.NodeAndInCount extends java.lang.Object implements java.lang.Comparable<FST.NodeAndInCount>
Modifier and Type | Field and Description |
---|---|
(package private) int |
count |
(package private) int |
node |
Constructor and Description |
---|
NodeAndInCount(int node,
int count) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FST.NodeAndInCount other) |
public int compareTo(FST.NodeAndInCount other)
compareTo
in interface java.lang.Comparable<FST.NodeAndInCount>