Class Generics.GenericsHierarchy

  • Enclosing interface:
    Generics

    public static class Generics.GenericsHierarchy
    extends java.lang.Object
    Stores the type parameters for a class and, for parameters passed to super classes, the corresponding super class type parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericsHierarchy​(java.lang.Class type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GenericsHierarchy

        public GenericsHierarchy​(java.lang.Class type)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object