edu.wisc.my.portlets.bookmarks.domain.support
Class IntegerSetThreadLocal

java.lang.Object
  extended by java.lang.ThreadLocal<Set<Integer>>
      extended by edu.wisc.my.portlets.bookmarks.domain.support.IntegerSetThreadLocal

public class IntegerSetThreadLocal
extends ThreadLocal<Set<Integer>>

Version:
$Revision: 12142 $
Author:
Eric Dalquist eric.dalquist@doit.wisc.edu

Constructor Summary
IntegerSetThreadLocal()
           
 
Method Summary
 Set<Integer> getSet()
           
protected  Set<Integer> initialValue()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerSetThreadLocal

public IntegerSetThreadLocal()
Method Detail

initialValue

protected Set<Integer> initialValue()
Overrides:
initialValue in class ThreadLocal<Set<Integer>>
See Also:
ThreadLocal.initialValue()

getSet

public Set<Integer> getSet()


Copyright © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.