Package

org.isarnproject.collections.mixmaps

increment

Permalink

package increment

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait IncrementMap[K, V] extends SortedMap[K, V] with IncrementMapLike[K, V, INodeInc[K, V], IncrementMap[K, V]]

    Permalink
  2. trait IncrementMapLike[K, V, IN <: INodeInc[K, V], M <: IncrementMapLike[K, V, IN, M] with SortedMap[K, V]] extends NodeInc[K, V] with OrderedMapLike[K, V, IN, M]

    Permalink

    An inheritable and mixable trait for adding increment operation to ordered maps

    An inheritable and mixable trait for adding increment operation to ordered maps

    K

    The key type

    V

    The value type

    IN

    The node type of the concrete internal R/B tree subclass

    M

    The map self-type of the concrete map subclass

Value Members

  1. object IncrementMap extends Serializable

    Permalink
  2. package infra

    Permalink
  3. package tree

    Permalink

Ungrouped