code.data.GatheringMutableSyncCollection
Aliases
Parameters
code.data.GatheringMutableSyncCollection.TASK_TYPE
subClasses
code.data.MetricsCollection
superClasses
Any
code.data.MutableSyncCollection
java.lang.Object
Js Constructors
new code_data_GatheringMutableSyncCollection
(
limit,
//
scala.Option
[
int
]
)
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
add
(
item:
code.data.MutableSyncCollection.TypeA
,
persist:
boolean
)
:
Unit
add$default$2
()
:
boolean
addAll
(
items:
scala.collection.immutable.List
[
code.data.MutableSyncCollection.TypeA
]
,
persist:
boolean
)
:
Unit
addAll$default$2
()
:
boolean
asInstanceOf
()
:
scala.Any.T0
changeLimit
(
newLimit:
scala.Option
[
int
]
)
:
code.data.MutableSyncCollection.TypeB
clear
()
:
Unit
create
(
newLimit:
scala.Option
[
int
]
)
:
code.data.MutableSyncCollection
[
code.data.GatheringMutableSyncCollection.TASK_TYPE
]
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
getAll
()
:
scala.collection.immutable.List
[
code.data.MutableSyncCollection.TypeA
]
getClass
()
:
java.lang.Class
[
Any
]
getOnAddListeners
()
:
scala.collection.immutable.List
[
scala.Tuple2
[
java.lang.String
scala.Function1
[
Unit
scala.collection.immutable.List
[
code.data.MutableSyncCollection.TypeA
]
]
]
]
hashCode
()
:
int
isInstanceOf
()
:
boolean
limit
()
:
scala.Option
[
int
]
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
setOnAddListener
(
identity:
java.lang.String
,
newOnAdd:
scala.Option
[
scala.Function1
[
Unit
scala.collection.immutable.List
[
code.data.MutableSyncCollection.TypeA
]
]
]
)
:
Unit
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toString
()
:
java.lang.String
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit