Interface NDIndexElement

All Known Implementing Classes:
NDIndexAll, NDIndexBooleans, NDIndexFixed, NDIndexNull, NDIndexPick, NDIndexSlice, NDIndexTake

public interface NDIndexElement
An index for particular dimensions created by NDIndex.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the number of dimensions occupied by this index element.
  • Method Details

    • getRank

      int getRank()
      Returns the number of dimensions occupied by this index element.
      Returns:
      the number of dimensions occupied by this index element