Class SimpleListProperty<T>

Type Parameters:
T - the type of elements that the property can hold
All Implemented Interfaces:
ListProperty<T>, MutableListProperty<T>, MutableProperty<T[]>, Property<T[]>

public class SimpleListProperty<T> extends AbstractMutableListProperty<T> implements MutableListProperty<T>
Default data model a property.