org.jacorb.notification.util
Class CollectionsWrapper

java.lang.Object
  extended byorg.jacorb.notification.util.CollectionsWrapper

public class CollectionsWrapper
extends java.lang.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.

Version:
$Id: CollectionsWrapper.java,v 1.2 2005/08/21 13:38:40 alphonse.bendt Exp $
Author:
Alphonse Bendt, Marc Heide

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

CollectionsWrapper

public CollectionsWrapper()
Method Detail

singletonList

public static java.util.List singletonList(java.lang.Object o)