T
- The entry type.public final class ASet<T> extends LinkedHashSet<T>
LinkedHashSet
with a convenience append(Object)
method.
Primarily used for testing purposes for quickly creating populated sets.
Constructor and Description |
---|
ASet() |
Modifier and Type | Method and Description |
---|---|
ASet<T> |
append(T t)
Adds an entry to this set.
|
ASet<T> |
appendAll(T... t)
Adds multiple entries to this set.
|
spliterator
add, clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2018 Apache. All rights reserved.