Web Flavor
|
|
class
ReadParameters(names : () => java.util.Enumeration[Any], params : (java.lang.String) => java.lang.String)
extends
scala.collection.Map[java.lang.String, java.lang.String]Method Summary | |
def
|
elements : scala.Iterator[(java.lang.String, java.lang.String)] |
def
|
get (key : java.lang.String) : scala.Option[java.lang.String] |
def
|
size : Int |
Methods inherited from scala.Collection | |
scala.Collection.toArray |
Methods inherited from scala.PartialFunction | |
scala.PartialFunction.orElse, scala.PartialFunction.andThen |
Methods inherited from scala.Function1 | |
scala.Function1.compose |
Methods inherited from AnyRef | |
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
elements : scala.Iterator[(java.lang.String, java.lang.String)]
def
get(key : java.lang.String) : scala.Option[java.lang.String]
def
size : Int
Web Flavor
|
|