Interface ArrayAccessor.ArrayProperty<T>

Type Parameters:
T - The type of the array to be accessed.
All Superinterfaces:
ArrayAccessor<T>, ArrayAccessor.ArrayMutator<T>
Enclosing interface:
ArrayAccessor<T>

public static interface ArrayAccessor.ArrayProperty<T>
extends ArrayAccessor<T>, ArrayAccessor.ArrayMutator<T>
Provides a array property.
  • Method Details