Class IndexedHashObservableSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<E>
org.jhotdraw8.fxcollection.indexedset.AbstractIndexedArrayObservableSet<E>
org.jhotdraw8.fxcollection.indexedset.IndexedHashObservableSet<E>
Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>, Set<E>, javafx.beans.Observable, javafx.collections.ObservableList<E>, ReadOnlyCollection<E>, ReadOnlySequencedCollection<E>, ReadOnlySequencedSet<E>, ReadOnlySet<E>

public class IndexedHashObservableSet<E> extends AbstractIndexedArrayObservableSet<E>
A set that provides precise control where each element is inserted; this set is backed by an array and a hash set.
Author:
Werner Randelshofer