Package kieker.model.analysismodel.util
Class ComposedKey<F,S>
java.lang.Object
kieker.model.analysismodel.util.ComposedKey<F,S>
- Type Parameters:
F- First element's typeS- Second elements type
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 Summary
Modifier and TypeMethodDescriptionstatic booleanequalOrBothNull(Object a, Object b) booleaninthashCode()static <F,S> ComposedKey<F, S> of(F first, S second)