All Packages Class Hierarchy This Package Previous Next Index
Interface java.naming.StringEnumeration
- public interface StringEnumeration
- extends Enumeration
This is the enumeration interface for enumerating components returned by
Name.getComponents(). It extends Enumeration to allow type-specific
objects (in this case 'String') to be returned.
-
next()
- Retrieves the next string in the enumeration.
next
public abstract String next()
- Retrieves the next string in the enumeration.
- Returns:
- The next string in the enumeration.
All Packages Class Hierarchy This Package Previous Next Index