[]
        
(Showing Draft Content)

IAreas

Interface IAreas

All Superinterfaces:
Iterable<IRange>

public interface IAreas extends Iterable<IRange>
Represents a collection of ranges, each of which represent a single contiguous range of one or more cells.
  • Method Summary

    Modifier and Type
    Method
    Description
    getArea(int index)
    Returns the zero based instance of IRange specified by index.
    int
    Returns the number of instances of IRange represented by this area.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getAreaCount

      int getAreaCount()
      Returns the number of instances of IRange represented by this area.
    • getArea

      IRange getArea(int index)
      Returns the zero based instance of IRange specified by index.