com.satline.util.collections
Class IdentityMapping<T>

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

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

Author:
tomas

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

Constructor Detail

IdentityMapping

public IdentityMapping()
Method Detail

map

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


Copyright © 2007 null. All Rights Reserved.