public class IntegerSetThreadLocal extends ThreadLocal<Set<Integer>>
| Constructor and Description |
|---|
IntegerSetThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
Set<Integer> |
getSet() |
protected Set<Integer> |
initialValue() |
get, remove, setprotected Set<Integer> initialValue()
initialValue in class ThreadLocal<Set<Integer>>ThreadLocal.initialValue()Copyright © 2016 Jasig. All Rights Reserved.