org.isarnproject.collections.mixmaps

increment

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]]

  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]

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

Value Members

  1. object IncrementMap extends Serializable

  2. package infra

  3. package tree

Ungrouped