Module MaterialFX
Package io.github.palexdev.materialfx.collections
package io.github.palexdev.materialfx.collections
-
ClassesClassDescriptionThis is the implementation of a circular FIFO queue.A crude implementation of an observable stack It includes the main features of a stack namely: push and pop.A
TransformableListis a particular type of List which wraps another List called "source" and allows manipulations such as: filter and sort, retaining the original items' index.For some idiot reason JavaFX'sTransformationLists do not allow modifying the source list.