Module MaterialFX

Class ObservableStack<E>

Type Parameters:
E - Any type
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, Observable, Property<ObservableList<E>>, ReadOnlyProperty<ObservableList<E>>, ObservableListValue<E>, ObservableObjectValue<ObservableList<E>>, ObservableValue<ObservableList<E>>, WritableListValue<E>, WritableObjectValue<ObservableList<E>>, WritableValue<ObservableList<E>>, ObservableList<E>

public class ObservableStack<E> extends SimpleListProperty<E>
A crude implementation of an observable stack It includes the main features of a stack namely: push and pop.