|
JUtil | ||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||
PREV NEXT | FRAMES NO FRAMES |