protected static class AbstractMetadataProvider.EntityDescriptorIterator extends Object implements Iterator<EntityDescriptor>, Iterable<EntityDescriptor>
| Constructor and Description |
|---|
EntityDescriptorIterator(Optional<XMLObject> metadata) |
EntityDescriptorIterator(Optional<XMLObject> metadata,
QName role) |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<EntityDescriptor> |
filterRole(QName role) |
boolean |
hasNext() |
Iterator<EntityDescriptor> |
iterator() |
EntityDescriptor |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorpublic static Predicate<EntityDescriptor> filterRole(QName role)
public boolean hasNext()
hasNext in interface Iterator<EntityDescriptor>public EntityDescriptor next()
next in interface Iterator<EntityDescriptor>@Nonnull public Iterator<EntityDescriptor> iterator()
iterator in interface Iterable<EntityDescriptor>Copyright © 2018 Litsec AB. All rights reserved.