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
从类 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.