Class TypeCache.Key

java.lang.Object
com.strobel.reflection.TypeCache.Key
Enclosing class:
TypeCache

static final class TypeCache.Key extends Object
  • Field Details

    • descriptor

      private final String descriptor
    • typeArguments

      private final TypeList typeArguments
    • hashCode

      private final int hashCode
  • Constructor Details

    • Key

      public Key(Type<?> simpleType)
    • Key

      public Key(Type<?> type, TypeList typeArguments)
  • Method Details