org.aksw.commons.collections
Class StringTransformer<T>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringTransformer
public StringTransformer()
transform
public String transform(T item)
- Specified by:
transform in interface org.apache.commons.collections15.Transformer<T,String>
Copyright © 2011. All Rights Reserved.