org.jacorb.notification.util
Class CollectionsWrapper
java.lang.Object
org.jacorb.notification.util.CollectionsWrapper
public class CollectionsWrapper
- extends Object
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.
- Author:
- Alphonse Bendt, Marc Heide
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionsWrapper
public CollectionsWrapper()
singletonList
public static List singletonList(Object o)
Copyright © 2015 JacORB. All rights reserved.