jp.cssj.rsr.helpers
クラス IntList

java.lang.Object
  拡張jp.cssj.rsr.helpers.IntList
すべての実装インタフェース:
Serializable

public class IntList
extends Object
implements Serializable

任意の位置の値をセット可能なint値の配列です。

バージョン:
$Id: IntList.java 324 2009-08-02 05:51:25Z miyabe $
作成者:
MIYABE Tatsuhiko
関連項目:
直列化された形式

コンストラクタの概要
IntList()
           
IntList(int defaultValue)
           
 
メソッドの概要
 void add(int value)
           
 int get(int i)
           
 boolean isEmpty()
           
 void pack()
           
 void set(int pos, int value)
           
 int size()
           
 int[] toArray()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IntList

public IntList()

IntList

public IntList(int defaultValue)
メソッドの詳細

add

public void add(int value)

set

public void set(int pos,
                int value)

toArray

public int[] toArray()

get

public int get(int i)

size

public int size()

pack

public void pack()

isEmpty

public boolean isEmpty()


(c)2008-2009 GNN & Co.,Ltd.