Package com.google.common.eventbus
Class SubscriberRegistry.MethodIdentifier
- java.lang.Object
-
- com.google.common.eventbus.SubscriberRegistry.MethodIdentifier
-
- Enclosing class:
- SubscriberRegistry
private static final class SubscriberRegistry.MethodIdentifier extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringnameprivate java.util.List<java.lang.Class<?>>parameterTypes
-
Constructor Summary
Constructors Constructor Description MethodIdentifier(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-