|
Class Summary |
| CharArray |
CharArray - dynamic array of char type values
better time and memory efficiency than Vector,
char[] accessible in native code
Copyright (c) 1996 IICM |
| DoubleArray |
DoubleArray - dynamic array of double type values
better time and memory efficiency than Vector,
double[] accessible in native code
Copyright (c) 1996 IICM |
| FloatArray |
FloatArray - dynamic array of float type values
better time and memory efficiency than Vector,
float[] accessible in native code
Copyright (c) 1996 IICM |
| IntArray |
IntArray - dynamic array of int type values
better time and memory efficiency than Vector,
int[] accessible in native code
Copyright (c) 1996 IICM |
| StringArray |
StringArray - dynamic array of String type values
better time and memory efficiency than Vector,
String[] accessible in native code
Copyright (c) 1996 IICM |
| UtilTest |
|