| Class and Description |
|---|
| net.cscott.jutil.WorkSet
Use
LinkedHashSet instead. |
| Field and Description |
|---|
| net.cscott.jutil.Default.EMPTY_MAP
Use Collections.EMPTY_MAP
|
| net.cscott.jutil.Default.EMPTY_SET
Use Collections.EMPTY_SET
|
| Method and Description |
|---|
| 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. |
Copyright (c) 2006 C. Scott Ananian