Class Cell

    • Method Detail

      • create

        public static Cell create​(byte[] rowName,
                                  byte[] columnName)
        Creates a key. Do not modify the rowName or the columnName arrays after passing them. This doesn't make a copy for performance reasons.
      • isNameValid

        public static boolean isNameValid​(byte[] name)
      • getRowName

        @Nonnull
        public byte[] getRowName()
        The name of the row within the table.
      • getColumnName

        @Nonnull
        public byte[] getColumnName()
        The name of the column within the row.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object