Class BaseInputKeyWrapper<Wrapped>

  • All Implemented Interfaces:
    IInputKey
    Direct Known Subclasses:
    BaseEMFTypeKey, JavaTransitiveInstancesKey

    public abstract class BaseInputKeyWrapper<Wrapped>
    extends java.lang.Object
    implements IInputKey
    An input key that is identified by a single wrapped object and the class of the wrapper.
    • Field Detail

      • wrappedKey

        protected Wrapped wrappedKey
    • Constructor Detail

      • BaseInputKeyWrapper

        public BaseInputKeyWrapper​(Wrapped wrappedKey)
    • Method Detail

      • getWrappedKey

        public Wrapped getWrappedKey()
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object