jp.cssj.cti.helpers
クラス IntList

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

public class IntList
extends Object
implements Serializable

intの可変長配列です。

バージョン:
$Id: IntList.java,v 1.3 2005/08/18 04:51:26 harumanx Exp $
作成者:
MIYABE Tatsuhiko
関連項目:
直列化された形式

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

コンストラクタの詳細

IntList

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

add

public void add(int value)

get

public int get(int pos)

size

public int size()


Copyright(c) 2004-2005 CSSJ T.MIYABE All Rights Reserved.