| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Iterator<PolicyComponent> |
alternatives |
| Constructor and Description |
|---|
PolicyIterator(Policy policy,
PolicyRegistry reg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.List<Assertion> |
next() |
void |
remove() |
java.util.Iterator<PolicyComponent> alternatives
public PolicyIterator(Policy policy, PolicyRegistry reg)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.util.List<Assertion>>public java.util.List<Assertion> next()
next in interface java.util.Iterator<java.util.List<Assertion>>public void remove()
remove in interface java.util.Iterator<java.util.List<Assertion>>