Class 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  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheKey​(Type<?> returnType, TypeList parameterTypes)  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _types

        private final javax.lang.model.type.TypeKind[] _types
    • Constructor Detail

      • CacheKey

        CacheKey​(Type<?> returnType,
                 TypeList parameterTypes)
    • Method Detail

      • coalesceKind

        private javax.lang.model.type.TypeKind coalesceKind​(Type<?> type)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object