Class DBQueries.Row<K,​A>

  • Type Parameters:
    K - The type of the objectId.
    A - The type of the value.
    Enclosing class:
    DBQueries

    public static class DBQueries.Row<K,​A>
    extends Object
    Represents a table row (objectId, value).
    • Constructor Detail

      • Row

        public Row​(K objectKey,
                   A value)
    • Method Detail

      • getObjectKey

        public K getObjectKey()
      • getValue

        public A getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object