Module com.iamsoft.util.ui
Interface PermutableObservableList<T>
- Type Parameters:
T- Type of element stored in list.
- All Superinterfaces:
Collection<T>,Iterable<T>,List<T>,javafx.beans.Observable,javafx.collections.ObservableList<T>
- All Known Implementing Classes:
AsynchronousList,AsynchronousList2,AsynchronousMappedList,ConflatingList2,DefaultObservableList,DefaultObservableList.Exposed,ObservableArrayList,ObservableArrayList.Exposed,StrobeList2,StrobeList2.Exposed,TransformingObservableList
public interface PermutableObservableList<T>
extends javafx.collections.ObservableList<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PermutableObservableList<T>empty()voidpermutate(int pFrom, int[] pPermutation) Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, 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
-
Method Details
-
permutate
void permutate(int pFrom, int[] pPermutation) -
empty
-