com.mysema.query.collections
Class ArrayTransformer<S>

java.lang.Object
  extended by 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

Constructor Summary
ArrayTransformer()
           
 
Method Summary
 S[] transform(S input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTransformer

public ArrayTransformer()
Method Detail

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.