class
SortedSparseCounts extends AnyRef
Instance Constructors
-
new
SortedSparseCounts(dim: Int, initial: Array[Int])
-
new
SortedSparseCounts(dim: Int, initial: Array[Int], keepDense: Boolean)
-
new
SortedSparseCounts(dim: Int, capacity: Int = 2, keepTrimmed: Boolean = false)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
_length: Int
-
-
final
def
asInstanceOf[T0]: T0
-
def
bubbleDownFrom(pos: Int, otherPos: Int): Int
-
def
bubbleDownFrom(pos: Int): Unit
-
def
bubbleUpFrom(pos: Int, otherPos: Int): Int
-
def
bubbleUpFrom(pos: Int): Unit
-
def
calculatedCountsTotal: Int
-
def
check: Boolean
-
def
clear(): Unit
-
def
clone(): AnyRef
-
-
def
countAtPosition(pos: Int): Int
-
def
countOfIndex(index: Int): Int
-
def
counts: Iterable[(Int, Int)]
-
def
countsTotal: Int
-
def
deletePosition(pos: Int): Unit
-
def
ensureCapacity(cap: Int): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
forCounts(f: (Int, Int) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
incrementCountAtIndex(index: Int, incr: Int): Unit
-
def
incrementCountAtPosition(pos: Int, incr: Int): Unit
-
def
incrementCountsAtPositions(pos1: Int, incr1: Int, pos2: Int, incr2: Int): Unit
-
def
indexAtPosition(pos: Int): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
keepTrimmed: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
numPositions: Int
-
def
positionOfIndex(index: Int): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
trim(): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit