Class ExtensionValuesStore.CompositeKey
- java.lang.Object
-
- org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
-
- Enclosing class:
- ExtensionValuesStore
private static class ExtensionValuesStore.CompositeKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
key
private ExtensionContext.Namespace
namespace
-
Constructor Summary
Constructors Modifier Constructor Description private
CompositeKey(ExtensionContext.Namespace namespace, java.lang.Object key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
namespace
private final ExtensionContext.Namespace namespace
-
key
private final java.lang.Object key
-
-
Constructor Detail
-
CompositeKey
private CompositeKey(ExtensionContext.Namespace namespace, java.lang.Object key)
-
-