K - Key type.V - Value type.public class ObservableEntryList<K,V>
extends javafx.collections.ObservableListBase<T>
modCount| Constructor and Description |
|---|
ObservableEntryList(javafx.collections.ObservableMap<K,V> pMap) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int pIdx) |
protected static int |
nullToZero(Integer pVal) |
protected void |
processDeltas(Map<T,Integer> pCntDelta)
Mutate mDelegate and fire events.
|
int |
size() |
protected static Integer |
zeroToNull(Integer pVal) |
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAlladd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collection<T>size in interface List<T>size in class AbstractCollection<T>public T get(int pIdx)
get in interface List<T>get in class AbstractList<T>protected void processDeltas(Map<T,Integer> pCntDelta)
pCntDelta - Map from item to the number of times it should be added to or
removed from mDelegate.protected static int nullToZero(Integer pVal)
Copyright © 2023. All rights reserved.