kmath-histograms
/
space.kscience.kmath.histogram
/
ObjectCounter
common
Object
Counter
class
ObjectCounter
<
T
:
Any
>(space:
Space
<
T
>) :
Counter
<
T
>
Content copied to clipboard
Functions
Properties
Functions
add
Link copied to clipboard
common
open override fun
add
(delta:
T
)
Content copied to clipboard
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
space
Link copied to clipboard
common
val
space
:
Space
<
T
>
Content copied to clipboard
value
Link copied to clipboard
common
open override val
value
:
T
Content copied to clipboard