public class BaseNode.TrieEntry extends AbstractMap.SimpleEntry<String,V> implements Comparable<BaseNode.TrieEntry>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BaseNode.TrieEntry o) |
equals, getKey, getValue, hashCode, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic int compareTo(BaseNode.TrieEntry o)
compareTo in interface Comparable<BaseNode.TrieEntry>Copyright © 2014–2021 码农场. All rights reserved.