Located in compilation unit of java.
Modifier and Type | Field and Description |
---|---|
private final Iterator | |
private Enumeration |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private Enumeration | |
public boolean | hasMoreElements()
Implements java. Tests if this enumeration contains more elements. |
public Permission | nextElement()
Implements java. Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
perms | back to summary |
---|---|
private final Iterator<PermissionCollection> perms |
permset | back to summary |
---|---|
private Enumeration<Permission> permset |
PermissionsEnumerator | back to summary |
---|---|
pack-priv PermissionsEnumerator(Iterator<PermissionCollection> e) |
getNextEnumWithMore | back to summary |
---|---|
private Enumeration |
hasMoreElements | back to summary |
---|---|
public boolean hasMoreElements() Implements java. Doc from java. Tests if this enumeration contains more elements.
|
nextElement | back to summary |
---|---|
public Permission nextElement() Implements java. Doc from java. Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
|