Package org.wildfly.security.authz
Interface Attributes.SetEntry
-
- All Superinterfaces:
Attributes.Entry,Collection<String>,Iterable<String>,List<String>,Set<String>
- Enclosing interface:
- Attributes
public static interface Attributes.SetEntry extends Attributes.Entry, Set<String>
The entry collection for a mapping whose values are a distinct set.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Spliterator<String>spliterator()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, removeRange
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
spliterator
default Spliterator<String> 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
-
-