Class NDIndexNull

  • All Implemented Interfaces:
    NDIndexElement

    public class NDIndexNull
    extends java.lang.Object
    implements NDIndexElement
    An NDIndexElement to return all values in a particular dimension.
    • Constructor Summary

      Constructors 
      Constructor Description
      NDIndexNull()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRank()
      Returns the number of dimensions occupied by this index element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NDIndexNull

        public NDIndexNull()
    • Method Detail

      • getRank

        public int getRank()
        Returns the number of dimensions occupied by this index element.
        Specified by:
        getRank in interface NDIndexElement
        Returns:
        the number of dimensions occupied by this index element