public class Clear extends Object implements LongUnaryOperator
| Constructor and Description |
|---|
Clear()
Clear all named entries from the per-thread map.
|
Clear(String... names)
Clear the specified names from the per-thread map.
|
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long operand) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic Clear()
public Clear(String... names)
names - The names to be removed from the map.public long applyAsLong(long operand)
applyAsLong in interface LongUnaryOperatorCopyright © 2018. All rights reserved.