public class TypeArguments extends Object
| Modifier and Type | Field and Description |
|---|---|
static TypeArguments |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
getTypeArguments() |
boolean |
isUsingDiamondOperator() |
static TypeArguments |
withArguments(List<Type> typeArguments) |
static TypeArguments |
withDiamondOperator() |
public static final TypeArguments EMPTY
public boolean isUsingDiamondOperator()
public static TypeArguments withDiamondOperator()
public static TypeArguments withArguments(List<Type> typeArguments)
Copyright © 2007–2016. All rights reserved.