Class SimplePermissionCollection

All Implemented Interfaces:
Serializable, Iterable<Permission>, PermissionVerifier

public final class SimplePermissionCollection extends AbstractPermissionCollection
A trivially simple permission collection, suitable as a default for most permission types (though probably not as efficient as a specialized type in many cases).
Author:
David M. Lloyd
See Also: