org
.
apache
.
activemq
.
apollo
.
util
TreeMap
class
TreeMap
[
K
,
V
]
extends
Serializable
Linear Supertypes
Serializable
, AnyRef,
Any
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
TreeMap
Serializable
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
TreeMap
(
comparator: java.util.Comparator[_ >: K]
)
new
TreeMap
()
Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
ceilingEntry
(
key: K
)
:
TreeEntry
[K, V]
def
clear
()
:
Unit
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
comparator
()
: java.util.Comparator[_ >: K]
def
containsKey
(
key: K
)
:
Boolean
def
containsValue
(
value:
Any
)
:
Boolean
def
entrySet
()
:
Set
[
Entry
[K, V]]
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
firstEntry
()
:
TreeEntry
[K, V]
def
firstKey
()
: K
def
floorEntry
(
key: K
)
:
TreeEntry
[K, V]
def
get
(
key: K
)
: V
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
final
def
getEntry
(
key: K
)
:
TreeEntry
[K, V]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isEmpty
()
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keySet
()
:
Set
[K]
def
lastEntry
()
:
TreeEntry
[K, V]
def
lastKey
()
: K
def
lowerEntry
(
key: K
)
:
TreeEntry
[K, V]
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
put
(
key: K
,
value: V
)
: V
def
putAll
(
t: java.util.Map[_ <: K, _ <: V]
)
:
Unit
def
remove
(
key: K
)
: V
final
def
removeEntry
(
n:
TreeEntry
[K, V]
)
: V
def
size
()
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
upperEntry
(
key: K
)
:
TreeEntry
[K, V]
def
values
()
:
Collection
[V]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
Serializable
Inherited from AnyRef
Inherited from
Any