unot
クラス UnotOD.OccDict

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--unot.UnotOD.OccDict
すべての実装インタフェース:
java.lang.Cloneable, java.util.Map, java.io.Serializable
含まれているクラス:
UnotOD

private class UnotOD.OccDict
extends java.util.HashMap

Describe class OccDict here.


フィールドの概要
 
クラス java.util.HashMap から継承したフィールド
 
クラス java.util.AbstractMap から継承したフィールド
 
コンストラクタの概要
private UnotOD.OccDict()
           
 
メソッドの概要
 unot.OccList get(int label)
          Describe get method here.
protected  void occurrenceDeliver(unot.UnotPattern pattern, unot.OccList occList, int depth, int maxLabel)
          Describe occurrenceDeliver method here.
 
クラス java.util.HashMap から継承したメソッド
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
クラス java.util.AbstractMap から継承したメソッド
equals, hashCode, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース java.util.Map から継承したメソッド
equals, hashCode
 

コンストラクタの詳細

UnotOD.OccDict

private UnotOD.OccDict()
メソッドの詳細

get

public unot.OccList get(int label)
Describe get method here.

パラメータ:
label - an int value
戻り値:
an OccList value

occurrenceDeliver

protected void occurrenceDeliver(unot.UnotPattern pattern,
                                 unot.OccList occList,
                                 int depth,
                                 int maxLabel)
Describe occurrenceDeliver method here.

パラメータ:
pattern - an UnotPattern value
occList - an OccList value
depth - an int value
maxLabel - an int value