Ejemplo n.º 1
0
 public Type[] getActualTypeArguments() {
   return Types.toArray(this.argumentsList);
 }
Ejemplo n.º 2
0
 public Type[] getUpperBounds() {
   return Types.toArray(this.upperBounds);
 }
Ejemplo n.º 3
0
 public Type[] getBounds() {
   return Types.toArray(this.bounds);
 }
Ejemplo n.º 4
0
 public Type[] getLowerBounds() {
   return Types.toArray(this.lowerBounds);
 }