Java javafx.collections.transformation SortedList fields, constructors, methods, implement or subclass

Example usage for Java javafx.collections.transformation SortedList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.collections.transformation SortedList.

The text is from its open source code.

Constructor

SortedList(@NamedArg("source") ObservableList source, @NamedArg("comparator") Comparator comparator)
Creates a new SortedList wrapped around the source list.
SortedList(@NamedArg("source") ObservableList source)
Constructs a new unordered SortedList wrapper around the source list.

Method

ObjectProperty>comparatorProperty()
Eget(int index)
Returns the element at the specified position in this list.
voidsetComparator(Comparator comparator)