JUtil

Deprecated API


Contents
Deprecated Classes
net.cscott.jutil.WorkSet
          Use LinkedHashSet instead. 
 

Deprecated Fields
net.cscott.jutil.Default.EMPTY_MAP
          Use Collections.EMPTY_MAP 
net.cscott.jutil.Default.EMPTY_SET
          Use Collections.EMPTY_SET 
 

Deprecated Methods
net.cscott.jutil.Default.EMPTY_LIST()
          Use Collections.emptyList() 
net.cscott.jutil.Default.EMPTY_MAP()
          Use Collections.emptyMap() 
net.cscott.jutil.Default.EMPTY_SET()
          Use Collections.emptySet() 
net.cscott.jutil.ListFactory.singleton(E)
          Use Collections.singletonList instead. 
 


JUtil

Copyright (c) 2006 C. Scott Ananian