F - First element's typeS - Second elements typepublic final class ComposedKey<F,S>
extends java.lang.Object
Map) that consists of two elements.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static <F,S> ComposedKey<F,S> |
of(F first,
S second) |
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static <F,S> ComposedKey<F,S> of(F first, S second)
Copyright 2020 Kieker Project, http://kieker-monitoring.net