-
- All Known Implementing Classes:
OID
public interface AssignableFromIntArrayTheAssignableFromIntArrayinterface describes objects whose value can be set from an int array and converted back to an int array.- Since:
- 1.10.1
- Version:
- 1.10.1
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetValue(int[] value)Sets the value of this object from the supplied int array.int[]toIntArray()Returns the value of this object as an int array.
-