Interface Attributes.SetEntry
- All Superinterfaces:
Attributes.Entry, Collection<String>, Iterable<String>, List<String>, Set<String>
- Enclosing interface:
Attributes
The entry collection for a mapping whose values are a distinct set.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptiondefault Spliterator<String> Create a spliterator over the elements of this distinct, ordered, and non-null collection.Methods inherited from interface Attributes.Entry
getKey, removeRangeMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
spliterator
Create a spliterator over the elements of this distinct, ordered, and non-null collection.- Specified by:
spliteratorin interfaceAttributes.Entry- Specified by:
spliteratorin interfaceCollection<String>- Specified by:
spliteratorin interfaceIterable<String>- Specified by:
spliteratorin interfaceList<String>- Specified by:
spliteratorin interfaceSet<String>- Returns:
- the spliterator
-