public class StatementSet extends HashSet<String>
Constructor and Description |
---|
StatementSet(StatementSet... sets)
Initializes this set providing other sets.
|
StatementSet(String... items)
Initializes this set providing its items.
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public StatementSet(String... items)
items
- the items of the set.public StatementSet(StatementSet... sets)
sets
- the sets that contain all items to be added in this set.Copyright © 2017. All rights reserved.