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.


Method Index

 o next()
Retrieves the next string in the enumeration.

Methods

 o 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