T
- Type of object in list.public class ReverseObservableList<T>
extends javafx.collections.ObservableListBase<T>
modCount
Constructor and Description |
---|
ReverseObservableList(javafx.collections.ObservableList<T> pDelegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T pItem) |
T |
get(int pIdx) |
T |
remove(int pIdx) |
T |
set(int pIdx,
T pElement) |
int |
size() |
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAll
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public ReverseObservableList(javafx.collections.ObservableList<T> pDelegate)
public boolean add(T pItem)
add
in interface Collection<T>
add
in interface List<T>
add
in class AbstractList<T>
public T remove(int pIdx)
public T get(int pIdx)
public int size()
size
in interface Collection<T>
size
in interface List<T>
size
in class AbstractCollection<T>
Copyright © 2023. All rights reserved.