Class ComposedKey<F,S>

java.lang.Object
kieker.model.analysismodel.util.ComposedKey<F,S>
Type Parameters:
F - First element's type
S - Second elements type

public final class ComposedKey<F,S> extends Object
Class representing a key (e.g., for a Map) that consists of three elements. Please note that there is a similar class in execution generated via genmodel which is only usable inside an EMF model.
Since:
1.14
Author:
Sören Henning
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • equalOrBothNull

      public static boolean equalOrBothNull(Object a, Object b)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • of

      public static <F, S> ComposedKey<F,S> of(F first, S second)