Class UniqueKeyValue<E extends EntityType<E>>

    • Field Detail

      • values

        protected final java.lang.Object[] values
    • Constructor Detail

      • UniqueKeyValue

        protected UniqueKeyValue​(UniqueKey<E> uniqueKey,
                                 java.lang.Object[] values)
    • Method Detail

      • get

        public <T> T get​(EntityField<E,​T> field)
        Description copied from interface: FieldsValueMap
        Returns the value of the specified field.
        Specified by:
        get in interface FieldsValueMap<E extends EntityType<E>>
        Type Parameters:
        T - type of the field
        Parameters:
        field - field to query
        Returns:
        the value of the field. Can be null.
      • equals

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

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

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