org.aksw.commons.collections
Class StringTransformer<T>

java.lang.Object
  extended by org.aksw.commons.collections.StringTransformer<T>
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<T,String>

public class StringTransformer<T>
extends Object
implements org.apache.commons.collections15.Transformer<T,String>

Created by Claus Stadler Date: Oct 9, 2010 Time: 5:48:49 PM


Constructor Summary
StringTransformer()
           
 
Method Summary
 String transform(T item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringTransformer

public StringTransformer()
Method Detail

transform

public String transform(T item)
Specified by:
transform in interface org.apache.commons.collections15.Transformer<T,String>


Copyright © 2012. All Rights Reserved.