jp.ne.cappuccino.keisuken.servlet.flavor

class WriteParameters

[source: jp/ne/cappuccino/keisuken/servlet/flavor/WriteParameters.scala]

class WriteParameters(setter : (java.lang.String, java.lang.String) => Unit)
extends scala.collection.mutable.Map[java.lang.String, java.lang.String]
Method Summary
def -= (key : java.lang.String) : Unit
def elements : scala.Iterator[(java.lang.String, java.lang.String)]
def get (key : java.lang.String) : scala.Option[java.lang.String]
def size : Int
def update (key : java.lang.String, value : java.lang.String) : Unit
Methods inherited from scala.collection.mutable.Map
scala.collection.mutable.Map.+=, scala.collection.mutable.Map.+=, scala.collection.mutable.Map.++=, scala.collection.mutable.Map.++=, scala.collection.mutable.Map.+, scala.collection.mutable.Map.+, scala.collection.mutable.Map.++, scala.collection.mutable.Map.++, scala.collection.mutable.Map.-=, scala.collection.mutable.Map.--=, scala.collection.mutable.Map.--=, scala.collection.mutable.Map.-, scala.collection.mutable.Map.removeKey, scala.collection.mutable.Map.put, scala.collection.mutable.Map.-, scala.collection.mutable.Map.--, scala.collection.mutable.Map.--, scala.collection.mutable.Map.clear, scala.collection.mutable.Map.getOrElseUpdate, scala.collection.mutable.Map.transform, scala.collection.mutable.Map.retain, scala.collection.mutable.Map.<<, scala.collection.mutable.Map.clone, scala.collection.mutable.Map.readOnly, scala.collection.mutable.Map.+=, scala.collection.mutable.Map.incl, scala.collection.mutable.Map.excl
Methods inherited from scala.collection.Map
scala.collection.Map.getOrElse, scala.collection.Map.isEmpty, scala.collection.Map.apply, scala.collection.Map.contains, scala.collection.Map.isDefinedAt, scala.collection.Map.keys, scala.collection.Map.keySet, scala.collection.Map.values, scala.collection.Map.equals, scala.collection.Map.hashCode, scala.collection.Map.toString, scala.collection.Map.default, scala.collection.Map.projection, scala.collection.Map.filterKeys, scala.collection.Map.mapElements, scala.collection.Map.stringPrefix
Methods inherited from scala.Collection
scala.Collection.toArray
Methods inherited from scala.Iterable
scala.Iterable.concat, scala.Iterable.++, scala.Iterable.map, scala.Iterable.flatMap, scala.Iterable.filter, scala.Iterable.partition, scala.Iterable.takeWhile, scala.Iterable.dropWhile, scala.Iterable.take, scala.Iterable.drop, scala.Iterable.foreach, scala.Iterable.forall, scala.Iterable.exists, scala.Iterable.find, scala.Iterable.findIndexOf, scala.Iterable.indexOf, scala.Iterable.foldLeft, scala.Iterable.foldRight, scala.Iterable./:, scala.Iterable.:\, scala.Iterable.reduceLeft, scala.Iterable.reduceRight, scala.Iterable.copyToBuffer, scala.Iterable.sameElements, scala.Iterable.toList, scala.Iterable.toSeq, scala.Iterable.toStream, scala.Iterable.mkString, scala.Iterable.mkString, scala.Iterable.mkString, scala.Iterable.addString, scala.Iterable.addString, scala.Iterable.copyToArray, scala.Iterable.hasDefiniteSize
Methods inherited from scala.PartialFunction
scala.PartialFunction.orElse, scala.PartialFunction.andThen
Methods inherited from scala.Function1
scala.Function1.compose
Methods inherited from AnyRef
getClass, 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

def -=(key : java.lang.String) : Unit
Overrides
scala.collection.mutable.Map.scala.collection.mutable.Map.-=

def update(key : java.lang.String, value : java.lang.String) : Unit
Overrides
scala.collection.mutable.Map.scala.collection.mutable.Map.update