Options
All
  • Public
  • Public/Protected
  • All
Menu

A utility class used to track cells whilst sorting occurs on the median values. Does not violate (x.compareTo(y)==0) == (x.equals(y))

Hierarchy

  • MedianCellSorter

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

cell

cell: boolean

Variable: cell

The cell whose median value is being calculated

default

false

medianValue

medianValue: number

The weighted value of the cell stored.

default

0

Methods

compare

Generated using TypeDoc