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, withAttributesaccept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributespublic WildcardRefFluentImpl()
public WildcardRefFluentImpl(WildcardRef instance)
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(java.util.Collection<TypeRef> items)
addAllToBounds in interface WildcardRefFluent<A extends WildcardRefFluent<A>>public A removeFromBounds(TypeRef... items)
removeFromBounds in interface WildcardRefFluent<A extends WildcardRefFluent<A>>public A removeAllFromBounds(java.util.Collection<TypeRef> items)
removeAllFromBounds in interface WildcardRefFluent<A extends WildcardRefFluent<A>>@Deprecated public java.util.List<TypeRef> getBounds()
getBounds in interface WildcardRefFluent<A extends WildcardRefFluent<A>>public java.util.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<Builder<? extends TypeRef>> predicate)
buildMatchingBound in interface WildcardRefFluent<A extends WildcardRefFluent<A>>public A withBounds(java.util.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 java.lang.Boolean hasBounds()
hasBounds 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(java.util.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(java.util.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 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(java.util.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(java.util.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 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(java.util.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(java.util.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 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(java.util.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(java.util.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 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(java.util.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(java.util.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 boolean equals(java.lang.Object o)
equals in class TypeRefFluentImpl<A extends WildcardRefFluent<A>>Copyright © 2018. All Rights Reserved.