OpArrayLL

object OpArrayLL extends OpArray[Long]
class OpArray[Long]
trait CanTraverseKeyValuePairs[Array[Long], Int, Long]
class Object
trait Matchable
class Any

Value members

Inherited methods

def isTraversableAgain(from: Array[Long]): Boolean
Inherited from
OpArray
def traverse(from: Array[Long], fn: KeyValuePairsVisitor[Int, Long]): Unit

Traverses all values from the given collection.

Traverses all values from the given collection.

Inherited from
OpArray