public class TypeVariableDef extends Object
TypeVariableDef(String name)
TypeVariableDef(String name, List<TypeDef> bounds)
List<TypeDef>
getBounds()
String
getName()
void
setBounds(List<TypeDef> bounds)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TypeVariableDef(String name)
public TypeVariableDef(String name, List<TypeDef> bounds)
public void setBounds(List<TypeDef> bounds)
public String getName()
public List<TypeDef> getBounds()
Copyright © 2002–2016. All rights reserved.