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, withAttributesA addAllToBounds(Collection<TypeRef> items)
A removeAllFromBounds(Collection<TypeRef> items)
@Deprecated List<TypeRef> getBounds()
TypeRef buildBound(int index)
TypeRef buildFirstBound()
TypeRef buildLastBound()
Boolean hasBounds()
A addAllToVoidRefBounds(Collection<VoidRef> items)
A removeAllFromVoidRefBounds(Collection<VoidRef> items)
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(Collection<WildcardRef> items)
A removeFromWildcardRefBounds(WildcardRef... items)
A removeAllFromWildcardRefBounds(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(Collection<PrimitiveRef> items)
A removeFromPrimitiveRefBounds(PrimitiveRef... items)
A removeAllFromPrimitiveRefBounds(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(Collection<TypeParamRef> items)
A removeFromTypeParamRefBounds(TypeParamRef... items)
A removeAllFromTypeParamRefBounds(Collection<TypeParamRef> items)
WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBound()
WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBoundLike(TypeParamRef item)
A addAllToClassRefBounds(Collection<ClassRef> items)
A removeAllFromClassRefBounds(Collection<ClassRef> items)
WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBound()
WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBoundLike(ClassRef item)
Copyright © 2016. All Rights Reserved.