java.lang
Class ClassLoader$2

java.lang.Object
  |
  +--java.lang.ClassLoader$2
All Implemented Interfaces:
java.util.Enumeration

synchronized class ClassLoader$2
extends Object
implements java.util.Enumeration


Constructor Summary
(package private) ClassLoader$2(java.util.Enumeration)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoader$2

ClassLoader$2(java.util.Enumeration)
Method Detail

nextElement

public Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration