public static interface Attributes.SetEntry extends Attributes.Entry, Set<String>
Modifier and Type | Method and Description |
---|---|
default Spliterator<String> |
spliterator()
Create a spliterator over the elements of this distinct, ordered, and non-null collection.
|
getKey, removeRange
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, subList, toArray, toArray
parallelStream, removeIf, stream
default Spliterator<String> spliterator()
spliterator
in interface Attributes.Entry
spliterator
in interface Collection<String>
spliterator
in interface Iterable<String>
spliterator
in interface List<String>
spliterator
in interface Set<String>
Copyright © 2020 JBoss by Red Hat. All rights reserved.