jp.osdl.jbento2.analyzer
クラス GCList

java.lang.Object
  上位を拡張 jp.osdl.jbento2.analyzer.GCList

public class GCList
extends Object


コンストラクタの概要
GCList()
           
GCList(GCList src)
           
 
メソッドの概要
 void add(GCSample sample)
           
 GCSample get(int i)
           
 GCSample getLast()
           
 boolean isEmpty()
           
 Iterator iterator()
           
 void remove(GCSample sample)
           
 int size()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GCList

public GCList()

GCList

public GCList(GCList src)
メソッドの詳細

add

public void add(GCSample sample)

get

public GCSample get(int i)

remove

public void remove(GCSample sample)

iterator

public Iterator iterator()

isEmpty

public boolean isEmpty()

size

public int size()

getLast

public GCSample getLast()


Copyright © 2005-2008 The JBento Project. All Rights Reserved.