Class AbstractMutableListProperty<T>

All Implemented Interfaces:
ListProperty<T>, MutableListProperty<T>, MutableProperty<T[]>, Property<T[]>
Direct Known Subclasses:
SimpleListProperty

public abstract class AbstractMutableListProperty<T> extends AbstractListProperty<T> implements MutableListProperty<T>