com.hankcs.hanlp.collection.trie.bintrie
类 BaseNode.TrieEntry

java.lang.Object
  继承者 java.util.AbstractMap.SimpleEntry<String,V>
      继承者 com.hankcs.hanlp.collection.trie.bintrie.BaseNode.TrieEntry
所有已实现的接口:
Serializable, Comparable<BaseNode.TrieEntry>, Map.Entry<String,V>
包容类:
BaseNode<V>

public class BaseNode.TrieEntry
extends AbstractMap.SimpleEntry<String,V>
implements Comparable<BaseNode.TrieEntry>

另请参见:
序列化表格

构造方法摘要
BaseNode.TrieEntry(String key, V value)
           
 
方法摘要
 int compareTo(BaseNode.TrieEntry o)
           
 
从类 java.util.AbstractMap.SimpleEntry 继承的方法
equals, getKey, getValue, hashCode, setValue, toString
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

BaseNode.TrieEntry

public BaseNode.TrieEntry(String key,
                          V value)
方法详细信息

compareTo

public int compareTo(BaseNode.TrieEntry o)
指定者:
接口 Comparable<BaseNode.TrieEntry> 中的 compareTo


Copyright © 2014–2015 鐮佸啘鍦�/a>. All rights reserved.