Package com.strobel.expressions
Class CustomDelegateTypeCache.CacheKey
- java.lang.Object
-
- com.strobel.expressions.CustomDelegateTypeCache.CacheKey
-
- Enclosing class:
- CustomDelegateTypeCache
private static final class CustomDelegateTypeCache.CacheKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javax.lang.model.type.TypeKind[]
_types
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private javax.lang.model.type.TypeKind
coalesceKind(Type<?> type)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Method Detail
-
coalesceKind
private javax.lang.model.type.TypeKind coalesceKind(Type<?> type)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-