scala
.
collection
.
compat
SortedMapExtensionMethods
Related Doc:
package compat
final
class
SortedMapExtensionMethods
[
K
,
V
]
extends
AnyVal
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SortedMapExtensionMethods
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SortedMapExtensionMethods
(
self:
SortedMap
[
K
,
V
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
maxBefore
(
key:
K
)
:
Option
[(
K
,
V
)]
def
minAfter
(
key:
K
)
:
Option
[(
K
,
V
)]
def
toString
()
:
String
Definition Classes
Any
Inherited from
AnyVal
Inherited from
Any
Ungrouped