T - Type of the item in this list.public class ObservableLimitedList<T>
extends javafx.collections.ModifiableObservableListBase<T>
modCount| Constructor and Description |
|---|
ObservableLimitedList(int pMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T pElement) |
protected void |
doAdd(int pIndex,
T pElement) |
protected T |
doRemove(int pIndex) |
protected T |
doSet(int pIndex,
T pElement) |
T |
get(int pIndex) |
int |
size() |
add, addAll, addAll, remove, remove, removeAll, removeRange, retainAll, set, setAll, subListaddAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAllclear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIteratorcontains, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, replaceAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean add(T pElement)
add in interface Collection<T>add in interface List<T>add in class AbstractList<T>public T get(int pIndex)
public int size()
protected void doAdd(int pIndex,
T pElement)
doAdd in class javafx.collections.ModifiableObservableListBase<T>protected T doSet(int pIndex, T pElement)
doSet in class javafx.collections.ModifiableObservableListBase<T>Copyright © 2023. All rights reserved.