Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-multiarch-jdk8u
Path: blob/aarch64-shenandoah-jdk8u272-b10/langtools/test/tools/javadoc/generics/genericSuper/expected.out
38828 views
class pkg1.A<V, W>
  name: A / A / pkg1.A
  type parameters:
    V
    W
  superclass:
    pkg1.S<W, V>
  interfaces:
    pkg1.I<java.lang.String>
  constructors:
    A()

interface pkg1.I<R>
  name: I / I / pkg1.I
  type parameters:
    R

class pkg1.S<T, U>
  name: S / S / pkg1.S
  type parameters:
    T
    U
  superclass:
    java.lang.Object
  constructors:
    S()