-
- Type Parameters:
T
- The type of the array to be accessed.
- All Known Subinterfaces:
ArrayAccessor.ArrayProperty<T>
- Enclosing interface:
- ArrayAccessor<T>
public static interface ArrayAccessor.ArrayMutator<T>
Provides a mutator for a array property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setArray(T aArray)
Sets the array for the array property.
-
-
-
Method Detail
-
setArray
void setArray(T aArray)
Sets the array for the array property.- Parameters:
aArray
- The array to be stored by the array property.
-
-