com.hankcs.hanlp.collection.dartsclone.details
类 Keyset

java.lang.Object
  继承者 com.hankcs.hanlp.collection.dartsclone.details.Keyset

public class Keyset
extends Object

key set,其实也包含值(每个key都有一个整型数)

作者:
manabe

构造方法摘要
Keyset(byte[][] keys, int[] values)
          构造一个KeySet
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Keyset

public Keyset(byte[][] keys,
              int[] values)
构造一个KeySet

参数:
keys - 字节类型的key
values - 每个key对应的值


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