Class RectangularArraySummary


  • public class RectangularArraySummary
    extends RJavaArrayIterator
    Utility class to extract something from a rectangular array
    • Method Detail

      • min

        public java.lang.Object min​(boolean narm)
        Iterates over the array to find the minimum value (in the sense of the Comparable interface)
      • max

        public java.lang.Object max​(boolean narm)
        Iterates over the array to find the maximum value (in the sense of the Comparable interface)
      • range

        public java.lang.Object[] range​(boolean narm)
        Iterates over the array to find the range of the java array (in the sense of the Comparable interface)
      • containsComparableObjects

        public boolean containsComparableObjects()