|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectQueueCLTimer
This class generates elementary timing results for the QueueCL class.
Constructor Summary | |
QueueCLTimer()
|
Method Summary | |
static void |
main(java.lang.String[] args)
The main method creates a QueueCL class, fills it with a maximum number of precreated Integers, and empties it. |
static java.lang.String |
paddedFormat(long k,
int space)
Converts an integer to a string with enough leading blanks to fill a space of the specified size. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueueCLTimer()
Method Detail |
public static java.lang.String paddedFormat(long k, int space)
k
- the integer to be formattedspace
- the size of the space to be filled
public static void main(java.lang.String[] args) throws java.io.IOException
args
- an array of strings which can provide the following
optional parameters:
java.io.IOException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |