jawprof.gui
クラス TransactionRecord.Lap

java.lang.Object
  拡張jawprof.gui.TransactionRecord.Lap
含まれているクラス:
TransactionRecord

public static class TransactionRecord.Lap
extends java.lang.Object

ラップタイムの記録です. ラップタイムの記録は, キーと時間からなります.


コンストラクタの概要
TransactionRecord.Lap(java.lang.String key, java.util.Date time)
          キーと対応する時刻をセットします.
 
メソッドの概要
 java.lang.String getKey()
          このラップのキーを返します.
 java.util.Date getTime()
          このラップの時刻を返します.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TransactionRecord.Lap

public TransactionRecord.Lap(java.lang.String key,
                             java.util.Date time)
キーと対応する時刻をセットします.

メソッドの詳細

getKey

public java.lang.String getKey()
このラップのキーを返します.


getTime

public java.util.Date getTime()
このラップの時刻を返します. 返されたオブジェクトを変更してもこのラップには影響しませ ん.



Copyright 2004 Taichirou Etoh. All Rights Reserved.