Package org.wildfly.security.authz
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.
-
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 org.wildfly.security.authz.Attributes.Entry
getKey, removeRangeMethods inherited from interface java.util.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
-