scala
.
collection
.
immutable
TreeBag
Related Docs:
class TreeBag
|
package immutable
object
TreeBag
extends
ImmutableSortedBagFactory
[
TreeBag
] with
Serializable
Linear Supertypes
Serializable
,
java.io.Serializable
,
ImmutableSortedBagFactory
[
TreeBag
],
ImmutableBagFactory
[
TreeBag
,
SortedBagConfiguration
],
BagFactory
[
TreeBag
,
BagBucket
,
SortedBagConfiguration
],
GenBagFactory
[
TreeBag
,
BagBucket
,
SortedBagConfiguration
],
GenericBagCompanion
[
TreeBag
,
BagBucket
,
SortedBagConfiguration
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
TreeBag
Serializable
Serializable
ImmutableSortedBagFactory
ImmutableBagFactory
BagFactory
GenBagFactory
GenericBagCompanion
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
Coll
=
TreeBag
[_]
Definition Classes
GenericBagCompanion
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
[
A
]
(
elems:
A
*
)
(
implicit
bagConfiguration:
SortedBagConfiguration
[
A
]
)
:
TreeBag
[
A
]
Definition Classes
GenericBagCompanion
def
apply
[
A
]
(
implicit
bagConfiguration:
SortedBagConfiguration
[
A
]
)
:
TreeBag
[
A
]
Definition Classes
GenericBagCompanion
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
bagCanBuildFrom
[
A
]
(
implicit
bagConfiguration:
SortedBagConfiguration
[
A
]
)
:
CanBuildFrom
[
TreeBag
[_],
A
,
TreeBag
[
A
]] { ... /* 2 definitions in type refinement */ }
Definition Classes
GenBagFactory
implicit
def
canBuildFrom
[
A
]
(
implicit
bagConfiguration:
SortedBagConfiguration
[
A
]
)
:
CanBuildFrom
[
Coll
,
A
,
TreeBag
[
A
]]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
configuration
:
SortedBagConfiguration
.type
Definition Classes
ImmutableSortedBagFactory
def
empty
[
A
]
(
implicit
bagConfiguration:
SortedBagConfiguration
[
A
]
)
:
TreeBag
[
A
]
Definition Classes
TreeBag
→
GenericBagCompanion
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
from
[
A
]
(
elemCounts: (
A
,
Int
)*
)
(
implicit
bagConfiguration:
SortedBagConfiguration
[
A
]
)
:
TreeBag
[
A
]
Definition Classes
GenericBagCompanion
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newBuilder
[
A
]
(
implicit
bagConfiguration:
SortedBagConfiguration
[
A
]
)
:
BagBuilder
[
A
,
TreeBag
[
A
]]
Definition Classes
ImmutableBagFactory
→
GenBagFactory
→
GenericBagCompanion
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
java.io.Serializable
Inherited from
ImmutableSortedBagFactory
[
TreeBag
]
Inherited from
ImmutableBagFactory
[
TreeBag
,
SortedBagConfiguration
]
Inherited from
BagFactory
[
TreeBag
,
BagBucket
,
SortedBagConfiguration
]
Inherited from
GenBagFactory
[
TreeBag
,
BagBucket
,
SortedBagConfiguration
]
Inherited from
GenericBagCompanion
[
TreeBag
,
BagBucket
,
SortedBagConfiguration
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped