Java javax.naming NamingEnumeration fields, constructors, methods, implement or subclass

Example usage for Java javax.naming NamingEnumeration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming NamingEnumeration.

The text is from its open source code.

Implementation

javax.naming.NamingEnumeration has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Closes this enumeration.
booleanhasMore()
Determines whether there are any more elements in the enumeration.
booleanhasMoreElements()
Tests if this enumeration contains more elements.
Tnext()
Retrieves the next element in the enumeration.
EnextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
StringtoString()
Returns a string representation of the object.