unot
クラス OccList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.ArrayList
                    |
                    +--unot.OccList
すべての実装インタフェース:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class OccList
extends java.util.ArrayList

OccList.java Occurrence を要素とするリスト(ArrayList)で,出現数の計算などを行なう. getRootOccSize, getDocOccSize では OccList の要素である全 Occurrence の ルート及びそのドキュメントが sort されているものとして,uniq を取り その数を計算するので,Occurrence を add する際は何らかの順序に従って 追加されなければならない. Created: Mon Dec 29 03:51:13 2003

関連項目:
直列化された形式

フィールドの概要
 
クラス java.util.ArrayList から継承したフィールド
 
クラス java.util.AbstractList から継承したフィールド
modCount
 
コンストラクタの概要
OccList()
          Creates a new OccList instance.
 
メソッドの概要
 int getDocOccSize()
          Gets the value of docOccSize.
 unot.NodeList getRootOccList()
          Gets the value of rootOccSize.
 int getRootOccSize()
          Gets the value of rootOccSize.
 java.lang.String toString()
          Retrieves a String representation of the object.
 
クラス java.util.ArrayList から継承したメソッド
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
クラス java.util.AbstractList から継承したメソッド
equals, hashCode, iterator, listIterator, listIterator, subList
 
クラス java.util.AbstractCollection から継承したメソッド
containsAll, remove, removeAll, retainAll
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース java.util.List から継承したメソッド
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

コンストラクタの詳細

OccList

public OccList()
Creates a new OccList instance.

メソッドの詳細

getRootOccSize

public int getRootOccSize()
Gets the value of rootOccSize.

戻り値:
the value of rootOccSize

getRootOccList

public unot.NodeList getRootOccList()
Gets the value of rootOccSize.

戻り値:
the value of rootOccSize

getDocOccSize

public int getDocOccSize()
Gets the value of docOccSize.

戻り値:
the value of docOccSize

toString

public java.lang.String toString()
Retrieves a String representation of the object.

オーバーライド:
クラス java.util.AbstractCollection 内の toString
戻り値:
a String representation of this object.
関連項目:
Object.toString()