JTreeMultiMap
scalation.database.JTreeMultiMap
class JTreeMultiMap[K, V](implicit evidence$1: ClassTag[K], evidence$2: ClassTag[V], val ord: Ordering[K]) extends Serializable
The TreeMultiMap
class provides tree maps that use the Red-Black Tree algorithm. It build on Java's TreeMap
allowing values to multi-valued Set [V]
and can be used for building Non-Unique Indices.
Type parameters
- K
-
the type of the keys contained in this tree map
- V
-
the base-type of the values assigned to keys in this tree map
Value parameters
- ord
-
the implicit ordering used to compare objects of type K
Attributes
- See also
-
java.util.TreeMap
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Members list
In this article