A C E F G I L M N R S U

A

accept(T) - Method in interface com.ebmwebsourcing.easycommons.lang.CollectionHelper.Filter
 
arrayContainsSameObject(T[], T) - Static method in class com.ebmwebsourcing.easycommons.lang.ArrayHelper
 
ArrayHelper - Class in com.ebmwebsourcing.easycommons.lang
 
arrayRemove(T[], T...) - Static method in class com.ebmwebsourcing.easycommons.lang.ArrayHelper
 

C

CollectionHelper - Class in com.ebmwebsourcing.easycommons.lang
 
CollectionHelper() - Constructor for class com.ebmwebsourcing.easycommons.lang.CollectionHelper
 
CollectionHelper.Filter<T> - Interface in com.ebmwebsourcing.easycommons.lang
 
com.ebmwebsourcing.easycommons.lang - package com.ebmwebsourcing.easycommons.lang
 
com.ebmwebsourcing.easycommons.lang.reflect - package com.ebmwebsourcing.easycommons.lang.reflect
 

E

equal(String, String) - Static method in class com.ebmwebsourcing.easycommons.lang.StringHelper
Test the equality of the specified strings. test is : ( (a==b==null) || a.equals(b) )
ExceptionHelper - Class in com.ebmwebsourcing.easycommons.lang
 

F

filter(Collection<T>, List<CollectionHelper.Filter<T>>) - Static method in class com.ebmwebsourcing.easycommons.lang.CollectionHelper
Remove object from the specified List according to Filter.
findAllImplementedInterfaces(Class<?>) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
Find all implemented interfaces recursively.
findMethodsThatReturnType(Class<?>, Class<?>) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
 

G

getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
Get a declared method and wrap exceptions into unchecked exceptions.
getFieldValue(Object, Field) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
 
getMessageFromRootCause(Throwable) - Static method in class com.ebmwebsourcing.easycommons.lang.ExceptionHelper
 
getPrivateFieldValue(Class<?>, Object, String) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
 
getPublicDeclaredMethods(Class<?>) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
Get all public declared methods and wrap exceptions into unchecked exceptions.
getPublicMethod(Class<?>, String, Class<?>...) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
Get a public method and wrap exceptions into unchecked exceptions.

I

invokeMethod(Object, Method, Object...) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
Invoke a method by reflection.
invokePrivateMethod(Object, String, Object...) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
Invoke a private method by reflection.
isNullOrEmpty(String) - Static method in class com.ebmwebsourcing.easycommons.lang.StringHelper
Return true if the String is null, contains only space character or is empty.
isOrInheritedFrom(Class<?>, String) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
Test if the specified class is or inherited from the class with the specified canonical name

L

loadClass(String, ClassLoader) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
 

M

mergeArrays(T[]...) - Static method in class com.ebmwebsourcing.easycommons.lang.ArrayHelper
 

N

newInstance(Class<T>, Object...) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
 
newInstance(String, ClassLoader, Object...) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
 
nonNullValue(Object) - Static method in class com.ebmwebsourcing.easycommons.lang.StringHelper
Return an empty String if obj is null, otherwise return obj.toString().

R

ReflectionHelper - Class in com.ebmwebsourcing.easycommons.lang.reflect
 

S

setFieldValue(Object, Field, Object) - Static method in class com.ebmwebsourcing.easycommons.lang.reflect.ReflectionHelper
 
StringHelper - Class in com.ebmwebsourcing.easycommons.lang
 
StringHelper() - Constructor for class com.ebmwebsourcing.easycommons.lang.StringHelper
 

U

UncheckedException - Exception in com.ebmwebsourcing.easycommons.lang
 
UncheckedException(String) - Constructor for exception com.ebmwebsourcing.easycommons.lang.UncheckedException
 
UncheckedException(String, Throwable) - Constructor for exception com.ebmwebsourcing.easycommons.lang.UncheckedException
 
UncheckedException(Throwable) - Constructor for exception com.ebmwebsourcing.easycommons.lang.UncheckedException
 

A C E F G I L M N R S U

Copyright © 2012 Petals Link. All Rights Reserved.