-
- All Superinterfaces:
- ReferenceType, TypeMirror
public interface TypeVariable extends ReferenceType
Represents a type variable. A type variable may be explicitly declared by a type parameter of a type, method, or constructor. A type variable may also be declared implicitly, as by the capture conversion of a wildcard type argument (see chapter 5 of The Java™ Language Specification).- Since:
- 1.6
- See Also:
TypeParameterElement
-
-
Method Summary
Methods Modifier and Type Method and Description Element
asElement()
Returns the element corresponding to this type variable.TypeMirror
getLowerBound()
Returns the lower bound of this type variable.TypeMirror
getUpperBound()
Returns the upper bound of this type variable.
-
-
-
Method Detail
-
asElement
Element asElement()
Returns the element corresponding to this type variable.- Returns:
- the element corresponding to this type variable
-
getUpperBound
TypeMirror getUpperBound()
Returns the upper bound of this type variable.If this type variable was declared with no explicit upper bounds, the result is
java.lang.Object
. If it was declared with multiple upper bounds, the result is an intersection type (modeled as aDeclaredType
). Individual bounds can be found by examining the result's supertypes.- Returns:
- the upper bound of this type variable
-
getLowerBound
TypeMirror getLowerBound()
Returns the lower bound of this type variable. While a type parameter cannot include an explicit lower bound declaration, capture conversion can produce a type variable with a non-trivial lower bound. Type variables otherwise have a lower bound ofNullType
.- Returns:
- the lower bound of this type variable
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/lang/model/type/typevariable.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.