org.jvnet.jaxb2_commons.plugin.util
Class ArrayUtils

java.lang.Object
  extended by org.jvnet.jaxb2_commons.plugin.util.ArrayUtils

public class ArrayUtils
extends Object


Method Summary
static
<T> T[]
filter(T[] array, Predicate<T> predicate, Class<? extends T> theClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public static <T> T[] filter(T[] array,
                             Predicate<T> predicate,
                             Class<? extends T> theClass)


Copyright © 2005-2012. All Rights Reserved.