org.jacorb.notification.util

Class 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.

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

Author: Alphonse Bendt Marc Heide

Method Summary
static ListsingletonList(Object o)

Method Detail

singletonList

public static List singletonList(Object o)