Class TableRow

  • All Implemented Interfaces:
    VPFRow

    public class TableRow
    extends Object
    implements VPFRow
    TableRow.java Created: Thu Jan 02 23:58:39 2003
    Author:
    Artur Hefczyc
    • Constructor Detail

      • TableRow

        public TableRow​(RowField[] fieldsArr,
                        Map<String,​RowField> fieldsMap)
        Creates a new TableRow instance.
        Parameters:
        fieldsArr - a RowField[] value
        fieldsMap - a HashMap value
    • Method Detail

      • toString

        public String toString()
        Describe toString method here.
        Overrides:
        toString in class Object
        Returns:
        a String value
      • fieldsCount

        public int fieldsCount()
        Describe fieldsCount method here.
        Returns:
        an int value
      • get

        public RowField get​(String name)
        Describe get method here.
        Parameters:
        name - a String value
        Returns:
        a RowField value
      • get

        public RowField get​(int idx)
        Describe get method here.
        Parameters:
        idx - an int value
        Returns:
        a RowField value
      • equals

        public boolean equals​(Object obj)
        Describe equals method here.
        Overrides:
        equals in class Object
        Parameters:
        obj - an Object value
        Returns:
        a boolean value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object