|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.defaults.ClassHierarchyIntrospector
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector
instead. *
Helper class for introspecting interface and class hierarchies.
Field Summary | |
static Method |
equals
Deprecated. the Object.equals(Object) method. |
static Method |
hashCode
Deprecated. the Object.hashCode() method. |
Method Summary | |
static Set |
getAllInterfaces(Class clazz)
Deprecated. Get all interfaces of the given type. |
static Set |
getAllInterfaces(List objects)
Deprecated. Get all the interfaces implemented by a list of objects. |
static Class |
getMostCommonSuperclass(Object[] objects)
Deprecated. Get most common superclass for all given objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static Method equals
Object.equals(Object)
method.
public static Method hashCode
Object.hashCode()
method.
Method Detail |
public static Set getAllInterfaces(List objects)
objects
- the List
of objects to consider.
Set
of interfaces.public static Set getAllInterfaces(Class clazz)
Class
, the returned list contains any interface, that is
implemented by the class. If the type is an interface, the all
superinterfaces and the interface itself are included.
clazz
- type to explore.
Set
with all interfaces. The array may be empty.public static Class getMostCommonSuperclass(Object[] objects)
objects
- the array of objects to consider.
Void
.class
for an empty array.
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |