Interface AuthorizationIteratorIfc
-
- All Superinterfaces:
Serializable
public interface AuthorizationIteratorIfc extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNextAuthorization()AuthorizationIfcnextAuthorization()
-
-
-
Method Detail
-
hasNextAuthorization
boolean hasNextAuthorization()
-
nextAuthorization
AuthorizationIfc nextAuthorization()
-
-