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:
spliterator
in interfaceAttributes.Entry
- Specified by:
spliterator
in interfaceCollection<String>
- Specified by:
spliterator
in interfaceIterable<String>
- Specified by:
spliterator
in interfaceList<String>
- Specified by:
spliterator
in interfaceSet<String>
- Returns:
- the spliterator
-
-