Class CompoundKey


  • public class CompoundKey
    extends java.lang.Object
    Used in refactorings to map model elements to unique sets of keys. For example: Map aggregates to unique set of use cases.
    • Constructor Summary

      Constructors 
      Constructor Description
      CompoundKey​(java.util.Set<java.lang.String> keyElements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompoundKey

        public CompoundKey​(java.util.Set<java.lang.String> keyElements)
    • Method Detail

      • equals

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

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