com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class Key<T,K>

  • Type Parameters:
    T - The type of property value.
    K - The type of property key.


    public class Key<T,K>
    extends Object

    Represents a property key of a class of the specified type. An instance of this class is used when getting or setting property of a container.

    • Method Detail

      • equals

        public boolean equals(Object obj)
        Returns a value indicating whether this instance is equal to the specified object.
        Overrides:
        equals in class Object
        Parameters:
        obj - the specified object to compare.
        Returns:
        returns true if this instance is equal to the specified object; otherwise, false.
      • hashCode

        public int hashCode()
        Returns a hash code for the instance of the Key class.
        Overrides:
        hashCode in class Object
        Returns:
        returns a hash code for this object.