private static class DefaultTopicDistributionService.ActivatorClassKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?> |
clazz |
private ActiveDescriptor<?> |
descriptor |
private int |
hashCode |
| Modifier | Constructor and Description |
|---|---|
private |
ActivatorClassKey(ActiveDescriptor<?> descriptor,
java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
private final ActiveDescriptor<?> descriptor
private final java.lang.Class<?> clazz
private final int hashCode
private ActivatorClassKey(ActiveDescriptor<?> descriptor, java.lang.Class<?> clazz)