public class Sequence extends Object implements Iterable<GroupWithInheritance>
| Modifier and Type | Field and Description |
|---|---|
static Sequence |
DEFAULT
An "anonymous" sequence with just a single contained element,
Default.class. |
| Constructor and Description |
|---|
Sequence(Class<?> sequence,
List<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
expandInheritedGroups() |
List<Group> |
getComposingGroups() |
Class<?> |
getDefiningClass() |
int |
hashCode() |
Iterator<GroupWithInheritance> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static Sequence DEFAULT
Default.class.public Class<?> getDefiningClass()
public void expandInheritedGroups()
public Iterator<GroupWithInheritance> iterator()
iterator in interface Iterable<GroupWithInheritance>Copyright © 2018 JBoss by Red Hat. All rights reserved.