unot
クラス IndexList

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

class IndexList
extends java.util.ArrayList


フィールドの概要
 
クラス java.util.ArrayList から継承したフィールド
 
クラス java.util.AbstractList から継承したフィールド
modCount
 
コンストラクタの概要
(パッケージプライベート) IndexList()
           
 
メソッドの概要
 void add(int index)
           
 int getValue(int i)
           
 java.lang.Object pop()
           
 
クラス 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, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース java.util.List から継承したメソッド
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

コンストラクタの詳細

IndexList

IndexList()
メソッドの詳細

add

public void add(int index)

getValue

public int getValue(int i)

pop

public java.lang.Object pop()