接口 IAreas

所有超级接口:
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.
  • 方法概要

    修饰符和类型
    方法
    说明
    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.

    从接口继承的方法 java.lang.Iterable

    forEach, iterator, spliterator
  • 方法详细资料

    • 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.