Packages

package orderedmap

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait FlinkRangeMap[MapT[K, V]] extends Serializable

    This is type class handling operations on maps: updating and range filtering.

    This is type class handling operations on maps: updating and range filtering. For optimization reasons it contains two categories of methods - potentially mutating and read-only. After invocation of read-only methods, you shouldn't invoke methods that potentially mutate object because Exception can be thrown.

Value Members

  1. object FlinkRangeMap extends Serializable

Ungrouped