Package | Description |
---|---|
javafx.collections |
Contains the essential JavaFX collections and collection utilities
|
Modifier and Type | Field and Description |
---|---|
private ListChangeBuilder.SubChange<E> |
ListChangeBuilder.SingleChange.change |
private ListChangeBuilder.SubChange[] |
ListChangeBuilder.IterableChange.changes |
private ListChangeBuilder.SubChange<E> |
ListChangeBuilder.permutationChange |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ListChangeBuilder.SubChange<E>> |
ListChangeBuilder.addRemoveChanges |
private java.util.List<ListChangeBuilder.SubChange<E>> |
ListChangeBuilder.updateChanges |
Modifier and Type | Method and Description |
---|---|
private static <E> ListChangeBuilder.SubChange<E> |
ListChangeBuilder.finalizeSubChange(ListChangeBuilder.SubChange<E> c) |
private static <E> ListChangeBuilder.SubChange<E>[] |
ListChangeBuilder.finalizeSubChangeArray(ListChangeBuilder.SubChange<E>[] changes) |
Modifier and Type | Method and Description |
---|---|
private static <E> ListChangeBuilder.SubChange<E> |
ListChangeBuilder.finalizeSubChange(ListChangeBuilder.SubChange<E> c) |
private static <E> ListChangeBuilder.SubChange<E>[] |
ListChangeBuilder.finalizeSubChangeArray(ListChangeBuilder.SubChange<E>[] changes) |
Modifier and Type | Method and Description |
---|---|
private int |
ListChangeBuilder.compress(java.util.List<ListChangeBuilder.SubChange<E>> list) |
private int |
ListChangeBuilder.findSubChange(int idx,
java.util.List<ListChangeBuilder.SubChange<E>> list) |
Constructor and Description |
---|
IterableChange(ListChangeBuilder.SubChange[] changes,
ObservableList<E> list) |
SingleChange(ListChangeBuilder.SubChange<E> change,
ObservableListBase<E> list) |