public static class ContextItem.Value<T> extends Object implements ContextItem
ContextItem.Value<T>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getValue() |
int |
hashCode() |
static <T> ContextItem.Value |
make(T v) |