Class Profiler.Column

  • All Implemented Interfaces:
    java.lang.Comparable<Profiler.Column>
    Enclosing interface:
    Profiler

    public static class Profiler.Column
    extends java.lang.Object
    implements java.lang.Comparable<Profiler.Column>
    Column.
    • Field Detail

      • ordinal

        public final int ordinal
      • name

        public final java.lang.String name
    • Constructor Detail

      • Column

        public Column​(int ordinal,
                      java.lang.String name)
        Creates a Column.
        Parameters:
        ordinal - Unique and contiguous within a particular data set
        name - Name of the column
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object