Interface NumberArray
-
public interface NumberArrayAbstracts a readable array of numeric values. Can be used to front various different objects with the same behaviour.- Since:
- 17 Feb 2013
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength()Returns array length.doublegetValue(int index)Returns a value for a given index.
-