org.esa.beam.util.math
Interface DoubleList

All Known Implementing Classes:
DoubleList.Byte, DoubleList.Double, DoubleList.Float, DoubleList.Int, DoubleList.Long, DoubleList.Short, DoubleList.UByte, DoubleList.UInt, DoubleList.ULong, DoubleList.UShort, RasterDataNode.RasterDataDoubleList

public interface DoubleList

The double list provides a generic access to an ordered list of values of type double.

Author:
Norman Fomferra

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

getSize

int getSize()

getDouble

double getDouble(int index)


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.