MultiMapSortedLike
intervalidus.collection.MultiMapSortedLike
A multimap where multiple values can be associated with the same key. Similar to SortedMultiDict in scala-collection-contrib, but this returns values in order (values are stored in a sorted set), not keys. Also, this only implements a small subset of methods needed in this project.
Type parameters
- K
-
key type
- V
-
value type (uses
Ordering[V])
Attributes
- Source
- MultiMapSortedLike.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article