Service Activator Toolkit
Version 1.1.0 (20081206)

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

Enclosing class:
CollectionUtility

public static interface CollectionUtility.InjectionAccessor


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

Method Detail

get

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

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

Service Activator Toolkit
Version 1.1.0 (20081206)