Interface IAreas
- All Superinterfaces:
Iterable<IRange>
Represents a collection of ranges, each of which represent a single contiguous range of one or more cells.
-
Method Summary
Returns the zero based instance of
IRange
specified by index.
int
Returns the number of instances of IRange represented by this area.
-
Method Details
-
getAreaCount
int getAreaCount()
Returns the number of instances of IRange represented by this area.
-
getArea
Returns the zero based instance of
IRange
specified by index.