|
Web Flavor
|
|
class
ParameterElements[B](names : () => java.util.Enumeration[Any], params : (java.lang.String) => B, enum : java.util.Enumeration[Any])
extends scala.Iterator[(java.lang.String, B)]| Additional Constructor Summary | |
def
|
this (names : () => java.util.Enumeration[Any], params : (java.lang.String) => B) : ParameterElements[B] |
| Method Summary | |
def
|
hasNext : Boolean |
def
|
next : (java.lang.String, B) |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
def
this(names : () => java.util.Enumeration[Any], params : (java.lang.String) => B) : ParameterElements[B]
| Method Details |
def
hasNext : Boolean
def
next : (java.lang.String, B)
|
Web Flavor
|
|