com.hankcs.hanlp.collection.trie.bintrie
类 _ValueArray<V>

java.lang.Object
  继承者 com.hankcs.hanlp.collection.trie.bintrie._ValueArray<V>
直接已知子类:
_EmptyValueArray

public class _ValueArray<V>
extends Object

对值数组的包装,可以方便地取下一个

作者:
hankcs

构造方法摘要
protected _ValueArray()
          仅仅给子类用,不要用
  _ValueArray(V[] value)
           
 
方法摘要
 V nextValue()
           
 _ValueArray setValue(V[] value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

_ValueArray

public _ValueArray(V[] value)

_ValueArray

protected _ValueArray()
仅仅给子类用,不要用

方法详细信息

nextValue

public V nextValue()

setValue

public _ValueArray setValue(V[] value)


Copyright © 2014–2015 码农场. All rights reserved.