|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.defaults.InterfaceFinder
Helper class for finding implemented interfaces of classes and objects.
Field Summary | |
static java.lang.reflect.Method |
equals
|
static java.lang.reflect.Method |
hashCode
|
Constructor Summary | |
InterfaceFinder()
|
Method Summary | |
java.lang.Class[] |
getInterfaces(java.lang.Class clazz)
|
java.lang.Class[] |
getInterfaces(java.util.List objects)
Get all the interfaces implemented by a list of objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.reflect.Method equals
public static java.lang.reflect.Method hashCode
Constructor Detail |
public InterfaceFinder()
Method Detail |
public java.lang.Class[] getInterfaces(java.util.List objects)
public java.lang.Class[] getInterfaces(java.lang.Class clazz)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |