Module MaterialFX

Package io.github.palexdev.materialfx.collections


package io.github.palexdev.materialfx.collections
  • Classes
    Class
    Description
    This 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 TransformableList is 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's TransformationLists do not allow modifying the source list.