java.security
Class PermissionsEnumerator
java.lang.Object
|
+--java.security.PermissionsEnumerator
- All Implemented Interfaces:
- Enumeration
- final class PermissionsEnumerator
- extends Object
- implements Enumeration
Field Summary
Constructor Summary
Method Summary
boolean
hasMoreElements()
Enabled: Tests if this enumeration contains more elements.
Object
nextElement()
Enabled: Returns the next element of this enumeration if this enumeration
object has at least one more element to provide.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
perms
private Enumeration perms
permset
private Enumeration permset
Constructor Detail
PermissionsEnumerator
PermissionsEnumerator(Enumeration e)
Method Detail
hasMoreElements
public boolean hasMoreElements()
- Description copied from interface:
Enumeration
- Enabled: Tests if this enumeration contains more elements.
- Specified by:
hasMoreElements
in interface Enumeration
- Returns:
true
if and only if this enumeration object
contains at least one more element to provide;
false
otherwise.
nextElement
public Object nextElement()
- Description copied from interface:
Enumeration
- Enabled: Returns the next element of this enumeration if this enumeration
object has at least one more element to provide.
- Specified by:
nextElement
in interface Enumeration
- Returns:
- the next element of this enumeration.
getNextEnumWithMore
private Enumeration getNextEnumWithMore()
-
-