Documentation of 'pl.edu.icm.jlargearrays.LargeArrayType' Java class
LargeArrayType
pl.edu.icm.jlargearrays

Enum LargeArrayType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<LargeArrayType>


    public enum LargeArrayType
    extends java.lang.Enum<LargeArrayType>
    Supported types of large arrays.
    • Method Detail

      • values

        public static LargeArrayType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (LargeArrayType c : LargeArrayType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static LargeArrayType valueOf(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • sizeOf

        public long sizeOf()
        Returns the size (in bytes) of a given LargeArray type.

        Returns:
        size (in bytes) of a given LargeArray type
      • isNumericType

        public boolean isNumericType()
        Returns true if a given LargeArray type is numeric, false otherwise

        Returns:
        true if a given LargeArray type is numeric, false otherwise
      • isIntegerNumericType

        public boolean isIntegerNumericType()
        Returns true if a given LargeArray type is integer numeric, false otherwise

        Returns:
        true if a given LargeArray type is integer numeric, false otherwise
      • isRealNumericType

        public boolean isRealNumericType()
        Returns true if a given LargeArray type is real numeric, false otherwise

        Returns:
        true if a given LargeArray type is real numeric, false otherwise
      • isComplexNumericType

        public boolean isComplexNumericType()
        Returns true if a given LargeArray type is complex numeric, false otherwise

        Returns:
        true if a given LargeArray type is complex numeric, false otherwise

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.