public interface WildcardRefFluent<A extends WildcardRefFluent<A>> extends TypeRefFluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WildcardRefFluent.ClassRefBoundsNested<N> |
static interface |
WildcardRefFluent.PrimitiveRefBoundsNested<N> |
static interface |
WildcardRefFluent.TypeParamRefBoundsNested<N> |
static interface |
WildcardRefFluent.VoidRefBoundsNested<N> |
static interface |
WildcardRefFluent.WildcardRefBoundsNested<N> |
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes@Deprecated java.util.List<TypeRef> getBounds()
java.util.List<TypeRef> buildBounds()
TypeRef buildBound(int index)
TypeRef buildFirstBound()
TypeRef buildLastBound()
java.lang.Boolean hasBounds()
WildcardRefFluent.VoidRefBoundsNested<A> addNewVoidRefBound()
WildcardRefFluent.VoidRefBoundsNested<A> addNewVoidRefBoundLike(VoidRef item)
A addToWildcardRefBounds(int index, WildcardRef item)
A setToWildcardRefBounds(int index, WildcardRef item)
A addToWildcardRefBounds(WildcardRef... items)
A addAllToWildcardRefBounds(java.util.Collection<WildcardRef> items)
A removeFromWildcardRefBounds(WildcardRef... items)
A removeAllFromWildcardRefBounds(java.util.Collection<WildcardRef> items)
WildcardRefFluent.WildcardRefBoundsNested<A> addNewWildcardRefBound()
WildcardRefFluent.WildcardRefBoundsNested<A> addNewWildcardRefBoundLike(WildcardRef item)
A addToPrimitiveRefBounds(int index, PrimitiveRef item)
A setToPrimitiveRefBounds(int index, PrimitiveRef item)
A addToPrimitiveRefBounds(PrimitiveRef... items)
A addAllToPrimitiveRefBounds(java.util.Collection<PrimitiveRef> items)
A removeFromPrimitiveRefBounds(PrimitiveRef... items)
A removeAllFromPrimitiveRefBounds(java.util.Collection<PrimitiveRef> items)
WildcardRefFluent.PrimitiveRefBoundsNested<A> addNewPrimitiveRefBound()
WildcardRefFluent.PrimitiveRefBoundsNested<A> addNewPrimitiveRefBoundLike(PrimitiveRef item)
A addToTypeParamRefBounds(int index, TypeParamRef item)
A setToTypeParamRefBounds(int index, TypeParamRef item)
A addToTypeParamRefBounds(TypeParamRef... items)
A addAllToTypeParamRefBounds(java.util.Collection<TypeParamRef> items)
A removeFromTypeParamRefBounds(TypeParamRef... items)
A removeAllFromTypeParamRefBounds(java.util.Collection<TypeParamRef> items)
WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBound()
WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBoundLike(TypeParamRef item)
WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBound()
WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBoundLike(ClassRef item)
Copyright © 2018. All Rights Reserved.