|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DoubleList
The double list provides a generic access to an ordered list of values of type double.
| Nested Class Summary | |
|---|---|
static class |
DoubleList.Byte
Wraps a DoubleList around an array of primitive bytes. |
static class |
DoubleList.Double
Wraps a DoubleList around an array of primitive doubles. |
static class |
DoubleList.Float
Wraps a DoubleList around an array of primitive floats. |
static class |
DoubleList.Int
Wraps a DoubleList around an array of primitive ints. |
static class |
DoubleList.Long
Wraps a DoubleList around an array of primitive longs. |
static class |
DoubleList.Short
Wraps a DoubleList around an array of primitive shorts. |
static class |
DoubleList.UByte
Wraps a DoubleList around an array of primitive bytes interpreted as unsigned integers. |
static class |
DoubleList.UInt
Wraps a DoubleList around an array of primitive ints interpreted as unsigned integers. |
static class |
DoubleList.ULong
Wraps a DoubleList around an array of primitive longs interpreted as unsigned integers. |
static class |
DoubleList.UShort
Wraps a DoubleList around an array of primitive shorts interpreted as unsigned integers. |
| Method Summary | |
|---|---|
double |
getDouble(int index)
|
int |
getSize()
|
| Method Detail |
|---|
int getSize()
double getDouble(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||