edu.mines.jtk.bench
Class ArrayListBench.FloatList

java.lang.Object
  extended by edu.mines.jtk.bench.ArrayListBench.FloatList
Enclosing class:
ArrayListBench

public static class ArrayListBench.FloatList
extends java.lang.Object


Field Summary
 float[] a
           
 int n
           
 
Constructor Summary
ArrayListBench.FloatList()
           
 
Method Summary
 void add(float f)
           
 float[] trim()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

public int n

a

public float[] a
Constructor Detail

ArrayListBench.FloatList

public ArrayListBench.FloatList()
Method Detail

add

public void add(float f)

trim

public float[] trim()