パッケージ nlp4j.counter

クラス Count<T>

  • 型パラメータ:
    T - class for count

    public class Count<T>
    extends Object
    作成者:
    Hiroki Oya
    • コンストラクタの詳細

      • Count

        public Count​(T obj,
                     int count)
        パラメータ:
        obj - target of count
        count - of object
    • メソッドの詳細

      • getValue

        public T getValue()
      • getCount

        public int getCount()