private static class ListReply.NamingEnumerationImpl extends Object implements NamingEnumeration
Modifier and Type | Field and Description |
---|---|
private int |
index |
private NameClassPair[] |
pairs |
Constructor and Description |
---|
NamingEnumerationImpl(NameClassPair[] pairs) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
Object |
next() |
Object |
nextElement() |
private NameClassPair[] pairs
private int index
public NamingEnumerationImpl(NameClassPair[] pairs)
public boolean hasMore() throws NamingException
hasMore
in interface NamingEnumeration
NamingException
public Object next() throws NamingException
next
in interface NamingEnumeration
NamingException
public void close()
close
in interface NamingEnumeration
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2022 ScalAgent D.T.. All rights reserved.