Service Activator Toolkit
Version 1.1.0 (20081206)

org.eclipse.soda.sat.core.util
Interface CollectionUtility.Accessor

Enclosing class:
CollectionUtility

public static interface CollectionUtility.Accessor


Method Summary
 Object get(Object item)
          Get the object associated with the specified item.
 

Method Detail

get

Object get(Object item)
Get the object associated with the specified item.

Parameters:
item - An Object.
Returns:
An Object, or null.

Service Activator Toolkit
Version 1.1.0 (20081206)