org.isarnproject.collections.mixmaps

prefixsum

package prefixsum

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait PrefixSumMap[K, V, P] extends SortedMap[K, V] with PrefixSumMapLike[K, V, P, INodePS[K, V, P], PrefixSumMap[K, V, P]]

  2. trait PrefixSumMapLike[K, V, P, IN <: INodePS[K, V, P], M <: PrefixSumMapLike[K, V, P, IN, M] with SortedMap[K, V]] extends NodePS[K, V, P] with OrderedMapLike[K, V, IN, M]

    An inheritable and mixable trait for adding prefix sum query to ordered maps

Value Members

  1. object PrefixSumMap extends Serializable

  2. package infra

  3. package tree

Ungrouped