EMPTY_HINTS| Constructor and Description |
|---|
StackedByThreadHints(Hints superHints) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Hint<T> hint,
T defaultValue) |
protected Hints |
getCurrent() |
boolean |
isSet(Hint<?> hint) |
java.util.Iterator<Entry<Hint<?>,java.lang.Object>> |
iterator() |
StackedByThreadHints |
popStackElement() |
StackedByThreadHints |
pushStackElement() |
StackedByThreadHints |
pushStackElement(Hints hints) |
<T> void |
remove(Hint<T> hint) |
public StackedByThreadHints(@Nullable
Hints superHints)
public StackedByThreadHints pushStackElement()
public StackedByThreadHints pushStackElement(@Nullable Hints hints)
public StackedByThreadHints popStackElement()
@Nonnull protected Hints getCurrent()
Copyright © 2013 echocat. All Rights Reserved.