Class NamespacedHierarchicalStore.EvaluatedValue<N>
java.lang.Object
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue<N>
- Enclosing class:
NamespacedHierarchicalStore<N>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore.CompositeKey
<N> private final int
private static final Comparator
<NamespacedHierarchicalStore.EvaluatedValue<?>> private final Object
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
EvaluatedValue
(NamespacedHierarchicalStore.CompositeKey<N> compositeKey, int order, Object value) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
close
(NamespacedHierarchicalStore.CloseAction<N> closeAction)
-
Field Details
-
REVERSE_INSERT_ORDER
-
compositeKey
-
order
private final int order -
value
-
-
Constructor Details
-
EvaluatedValue
private EvaluatedValue(NamespacedHierarchicalStore.CompositeKey<N> compositeKey, int order, Object value)
-
-
Method Details
-
close
- Throws:
Throwable
-