Searched refs:asIntArray (Results 1 – 2 of 2) sorted by relevance
12 abstract int[] asIntArray() throws IllegalStateException; in asIntArray() method in MutableOptionValue84 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionStringValue127 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionDoubleValue184 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionLongValue235 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionIntValue279 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionBooleanValue321 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionIntArrayValue366 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionEnumValue
188 return value.asIntArray(); in getIntArray()