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
- 関連項目:
- 直列化された形式
クラス 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.