|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.mycontainer.kernel.naming.MyNamingEnumeration<T>
public class MyNamingEnumeration<T>
| Constructor Summary | |
|---|---|
MyNamingEnumeration(java.util.Iterator<T> iterator)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
hasMore()
|
boolean |
hasMoreElements()
|
T |
next()
|
T |
nextElement()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyNamingEnumeration(java.util.Iterator<T> iterator)
| Method Detail |
|---|
public void close()
throws javax.naming.NamingException
close in interface javax.naming.NamingEnumeration<T>javax.naming.NamingException
public boolean hasMore()
throws javax.naming.NamingException
hasMore in interface javax.naming.NamingEnumeration<T>javax.naming.NamingException
public T next()
throws javax.naming.NamingException
next in interface javax.naming.NamingEnumeration<T>javax.naming.NamingExceptionpublic boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<T>public T nextElement()
nextElement in interface java.util.Enumeration<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||