common-util

local.tomas.util.collections
Interface BinaryObjectMapping<T>

Type Parameters:
T - target object type

public interface BinaryObjectMapping<T>

Interface for binary object mappings. Maps two objects to one object.

Author:
tomas.teubner

Method Summary
 T map(Object e, Object f)
          Map two objects to one.
 

Method Detail

map

T map(Object e,
      Object f)
Map two objects to one.

Parameters:
e - first object
f - second object
Returns:
result object

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.