scalax.data.collection

class IdMapper

[source: scalax/data/collection.scala]

class IdMapper[a]
extends scala.collection.mutable.HashMap[a, Int]
Return a map that assigns unique IDs to distinct objects.
Value Summary
val i : scala.Iterator[Int]
Values and Variables inherited from scala.collection.mutable.HashTable
scala.collection.mutable.HashTable.loadFactorDenum, scala.collection.mutable.HashTable.table, scala.collection.mutable.HashTable.tableSize, scala.collection.mutable.HashTable.threshold
Method Summary
override def default (k : a) : Int
Methods inherited from scala.collection.mutable.HashMap
scala.collection.mutable.HashMap.-=, scala.collection.mutable.HashMap.clear, scala.collection.mutable.HashMap.clone
Methods inherited from scala.collection.mutable.DefaultMapModel
scala.collection.mutable.DefaultMapModel.get, scala.collection.mutable.DefaultMapModel.update, scala.collection.mutable.DefaultMapModel.elements
Methods inherited from scala.collection.mutable.HashTable
scala.collection.mutable.HashTable.loadFactor, scala.collection.mutable.HashTable.initialSize, scala.collection.mutable.HashTable.initialThreshold, scala.collection.mutable.HashTable.size, scala.collection.mutable.HashTable.findEntry, scala.collection.mutable.HashTable.addEntry, scala.collection.mutable.HashTable.removeEntry, scala.collection.mutable.HashTable.entries, scala.collection.mutable.HashTable.elemEquals, scala.collection.mutable.HashTable.elemHashCode, scala.collection.mutable.HashTable.improve, scala.collection.mutable.HashTable.index
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.getOrElseUpdate, scala.collection.mutable.Map.transform, scala.collection.mutable.Map.retain, scala.collection.mutable.Map.<<, 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.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.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
Value Details
val i : scala.Iterator[Int]

Method Details
override def default(k : a) : Int


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.