com.mysema.query.collections
Class ArrayTransformer<S>
java.lang.Object
com.mysema.query.collections.ArrayTransformer<S>
- Type Parameters:
S
-
- All Implemented Interfaces:
- org.apache.commons.collections15.Transformer<S,S[]>
public final class ArrayTransformer<S>
- extends Object
- implements org.apache.commons.collections15.Transformer<S,S[]>
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayTransformer
public ArrayTransformer()
transform
public S[] transform(S input)
- Specified by:
transform
in interface org.apache.commons.collections15.Transformer<S,S[]>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.