public class WildcardRefFluentImpl<A extends WildcardRefFluent<A>> extends TypeRefFluentImpl<A> implements WildcardRefFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
WildcardRefFluentImpl.ClassRefBoundsNestedImpl<N> |
class |
WildcardRefFluentImpl.PrimitiveRefBoundsNestedImpl<N> |
class |
WildcardRefFluentImpl.TypeParamRefBoundsNestedImpl<N> |
class |
WildcardRefFluentImpl.VoidRefBoundsNestedImpl<N> |
class |
WildcardRefFluentImpl.WildcardRefBoundsNestedImpl<N> |
WildcardRefFluent.ClassRefBoundsNested<N>, WildcardRefFluent.PrimitiveRefBoundsNested<N>, WildcardRefFluent.TypeParamRefBoundsNested<N>, WildcardRefFluent.VoidRefBoundsNested<N>, WildcardRefFluent.WildcardRefBoundsNested<N>
_visitables
Constructor and Description |
---|
WildcardRefFluentImpl() |
WildcardRefFluentImpl(WildcardRef instance) |
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
accept, aggregate, aggregate, build, build, builderOf
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributes
public WildcardRefFluentImpl()
public WildcardRefFluentImpl(WildcardRef instance)
public A addToBounds(VisitableBuilder<? extends TypeRef,?> builder)
addToBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToBounds(int index, VisitableBuilder<? extends TypeRef,?> builder)
addToBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToBounds(int index, TypeRef item)
addToBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A setToBounds(int index, TypeRef item)
setToBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToBounds(TypeRef... items)
addToBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addAllToBounds(Collection<TypeRef> items)
addAllToBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeFromBounds(VisitableBuilder<? extends TypeRef,?> builder)
removeFromBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeFromBounds(TypeRef... items)
removeFromBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeAllFromBounds(Collection<TypeRef> items)
removeAllFromBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
@Deprecated public List<TypeRef> getBounds()
getBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public List<TypeRef> buildBounds()
buildBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public TypeRef buildBound(int index)
buildBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public TypeRef buildFirstBound()
buildFirstBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public TypeRef buildLastBound()
buildLastBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public TypeRef buildMatchingBound(Predicate<VisitableBuilder<? extends TypeRef,?>> predicate)
buildMatchingBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public Boolean hasMatchingBound(Predicate<VisitableBuilder<? extends TypeRef,?>> predicate)
hasMatchingBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A withBounds(List<TypeRef> bounds)
withBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A withBounds(TypeRef... bounds)
withBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public Boolean hasBounds()
hasBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToPrimitiveRefBounds(int index, PrimitiveRef item)
addToPrimitiveRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A setToPrimitiveRefBounds(int index, PrimitiveRef item)
setToPrimitiveRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToPrimitiveRefBounds(PrimitiveRef... items)
addToPrimitiveRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addAllToPrimitiveRefBounds(Collection<PrimitiveRef> items)
addAllToPrimitiveRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeFromPrimitiveRefBounds(PrimitiveRef... items)
removeFromPrimitiveRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeAllFromPrimitiveRefBounds(Collection<PrimitiveRef> items)
removeAllFromPrimitiveRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.PrimitiveRefBoundsNested<A> addNewPrimitiveRefBound()
addNewPrimitiveRefBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.PrimitiveRefBoundsNested<A> addNewPrimitiveRefBoundLike(PrimitiveRef item)
addNewPrimitiveRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.PrimitiveRefBoundsNested<A> setNewPrimitiveRefBoundLike(int index, PrimitiveRef item)
setNewPrimitiveRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToVoidRefBounds(int index, VoidRef item)
addToVoidRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A setToVoidRefBounds(int index, VoidRef item)
setToVoidRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToVoidRefBounds(VoidRef... items)
addToVoidRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addAllToVoidRefBounds(Collection<VoidRef> items)
addAllToVoidRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeFromVoidRefBounds(VoidRef... items)
removeFromVoidRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeAllFromVoidRefBounds(Collection<VoidRef> items)
removeAllFromVoidRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.VoidRefBoundsNested<A> addNewVoidRefBound()
addNewVoidRefBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.VoidRefBoundsNested<A> addNewVoidRefBoundLike(VoidRef item)
addNewVoidRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.VoidRefBoundsNested<A> setNewVoidRefBoundLike(int index, VoidRef item)
setNewVoidRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToWildcardRefBounds(int index, WildcardRef item)
addToWildcardRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A setToWildcardRefBounds(int index, WildcardRef item)
setToWildcardRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToWildcardRefBounds(WildcardRef... items)
addToWildcardRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addAllToWildcardRefBounds(Collection<WildcardRef> items)
addAllToWildcardRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeFromWildcardRefBounds(WildcardRef... items)
removeFromWildcardRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeAllFromWildcardRefBounds(Collection<WildcardRef> items)
removeAllFromWildcardRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.WildcardRefBoundsNested<A> addNewWildcardRefBound()
addNewWildcardRefBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.WildcardRefBoundsNested<A> addNewWildcardRefBoundLike(WildcardRef item)
addNewWildcardRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.WildcardRefBoundsNested<A> setNewWildcardRefBoundLike(int index, WildcardRef item)
setNewWildcardRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToClassRefBounds(int index, ClassRef item)
addToClassRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A setToClassRefBounds(int index, ClassRef item)
setToClassRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToClassRefBounds(ClassRef... items)
addToClassRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addAllToClassRefBounds(Collection<ClassRef> items)
addAllToClassRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeFromClassRefBounds(ClassRef... items)
removeFromClassRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeAllFromClassRefBounds(Collection<ClassRef> items)
removeAllFromClassRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBound()
addNewClassRefBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.ClassRefBoundsNested<A> addNewClassRefBoundLike(ClassRef item)
addNewClassRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.ClassRefBoundsNested<A> setNewClassRefBoundLike(int index, ClassRef item)
setNewClassRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToTypeParamRefBounds(int index, TypeParamRef item)
addToTypeParamRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A setToTypeParamRefBounds(int index, TypeParamRef item)
setToTypeParamRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addToTypeParamRefBounds(TypeParamRef... items)
addToTypeParamRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A addAllToTypeParamRefBounds(Collection<TypeParamRef> items)
addAllToTypeParamRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeFromTypeParamRefBounds(TypeParamRef... items)
removeFromTypeParamRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public A removeAllFromTypeParamRefBounds(Collection<TypeParamRef> items)
removeAllFromTypeParamRefBounds
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBound()
addNewTypeParamRefBound
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.TypeParamRefBoundsNested<A> addNewTypeParamRefBoundLike(TypeParamRef item)
addNewTypeParamRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public WildcardRefFluent.TypeParamRefBoundsNested<A> setNewTypeParamRefBoundLike(int index, TypeParamRef item)
setNewTypeParamRefBoundLike
in interface WildcardRefFluent<A extends WildcardRefFluent<A>>
public boolean equals(Object o)
equals
in class TypeRefFluentImpl<A extends WildcardRefFluent<A>>
Copyright © 2019 JBoss by Red Hat. All rights reserved.