Interface IPrimaryArrayWrapper
-
- All Known Implementing Classes:
ByteArrayWrapper,DoubleArrayWrapper,FloatArrayWrapper,IntArrayWrapper,IntensityGraphFigure.UnsignedPrimitiveArrayWrapper,LongArrayWrapper,ShortArrayWrapper
public interface IPrimaryArrayWrapperA wrapper that wraps primary data types array. This allows clients to accept all primary data types array without converting the array type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleget(int i)Get the array element value at index i.intgetSize()Get size of the array.
-