|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.notification.util.CollectionsWrapper
public class CollectionsWrapper
provides a simple wrapper around java.util.Collections. Notification Service uses the Method Collections.singletonList. This method is not available in a pre 1.3 JDK.
Constructor Summary | |
---|---|
CollectionsWrapper()
|
Method Summary | |
---|---|
static java.util.List |
singletonList(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionsWrapper()
Method Detail |
---|
public static java.util.List singletonList(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |