Package net.corda.client.jfx.utils
Class FlattenedList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<E>
javafx.collections.transformation.TransformationList<A,javafx.beans.value.ObservableValue<? extends A>>
net.corda.client.jfx.utils.AbstractFlattenedList
net.corda.client.jfx.utils.FlattenedList
- All Implemented Interfaces:
Iterable,Collection,List,javafx.beans.Observable,javafx.collections.ObservableList
public class FlattenedList
extends net.corda.client.jfx.utils.AbstractFlattenedList
-
Nested Class Summary
Nested classes/interfaces inherited from class net.corda.client.jfx.utils.AbstractFlattenedList
net.corda.client.jfx.utils.AbstractFlattenedList.WrappedObservableValue<A extends Object> -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.corda.client.jfx.utils.AbstractFlattenedList
get, getIndexMap, getSize, getSourceIndex, getSourceList, remove, removeAt, size, sourceChangedMethods inherited from class javafx.collections.transformation.TransformationList
getSource, getSourceIndexFor, isInTransformationChainMethods inherited from class javafx.collections.ObservableListBase
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll, setAllMethods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayMethods inherited from interface javafx.beans.Observable
addListener, removeListenerMethods inherited from interface javafx.collections.ObservableList
addAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
-
Constructor Details
-
FlattenedList
public FlattenedList(@NotNull javafx.collections.ObservableList sourceList)
-
-
Method Details
-
getViewIndex
public int getViewIndex(int i) - Specified by:
getViewIndexin classjavafx.collections.transformation.TransformationList
-