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, subList
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll
clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator
contains, containsAll, isEmpty, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, replaceAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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.