public abstract class IterableThreadLocal<T> extends ThreadLocal<T> implements Iterable<T>
| Constructor and Description |
|---|
IterableThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
static void |
clean(ThreadLocal instance) |
static void |
cleanAll() |
protected void |
finalize() |
Collection<T> |
getAll() |
T |
init() |
protected T |
initialValue() |
Iterator<T> |
iterator() |
get, remove, set, withInitialclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected final T initialValue()
initialValue in class ThreadLocal<T>public T init()
public void clean()
public static void clean(ThreadLocal instance)
public static void cleanAll()
public final Collection<T> getAll()
Copyright © 2020. All rights reserved.