com.satline.util.collections
Class CastMapping<F,T>

java.lang.Object
  extended by com.satline.util.collections.CastMapping<F,T>
All Implemented Interfaces:
ObjectMapping<F,T>

public class CastMapping<F,T>
extends java.lang.Object
implements ObjectMapping<F,T>

Author:
tomas.teubner

Constructor Summary
CastMapping()
           
 
Method Summary
 T map(F obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastMapping

public CastMapping()
Method Detail

map

public T map(F obj)
Specified by:
map in interface ObjectMapping<F,T>


Copyright © 2007 null. All Rights Reserved.