rangeset.js
No description.

File Location

/goog/math/rangeset.js

Classes

goog.math.RangeSet
Constructs a new RangeSet, which can store numeric ranges. Ranges are treated as half-closed: that is, they are exclusive of their end value [start, end). New ranges added to the set which overlap the values in one or more existing ranges will be merged.

Public Protected Private

Global Functions

goog.math.RangeSet.equals(ab) boolean
Compares two sets for equality.
Arguments:
a : goog.math.RangeSet
A range set.
b : goog.math.RangeSet
A range set.
Returns: boolean  Whether both sets contain the same values.
code »

Directory math

File Reference