public class OrderedSetImpl<E> extends LinkedHashSet<E> implements OrderedSet<E>
OrderedSet interface.| Constructor and Description |
|---|
OrderedSetImpl() |
OrderedSetImpl(Collection<? extends E> elements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizehashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringadd, addAll, clear, contains, containsAll, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic OrderedSetImpl()
public OrderedSetImpl(Collection<? extends E> elements)
public boolean equals(Object o)
equals in interface Collection<E>equals in interface Set<E>equals in class AbstractSet<E>Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.