com.sun.xml.bind.v2.model.nav
Class WildcardTypeImpl

java.lang.Object
  extended by com.sun.xml.bind.v2.model.nav.WildcardTypeImpl
All Implemented Interfaces:
Type, WildcardType

final class WildcardTypeImpl
extends Object
implements WildcardType


Constructor Summary
WildcardTypeImpl(Type[] ub, Type[] lb)
           
 
Method Summary
 boolean equals(Object obj)
           
 Type[] getLowerBounds()
           
 Type[] getUpperBounds()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardTypeImpl

public WildcardTypeImpl(Type[] ub,
                        Type[] lb)
Method Detail

getUpperBounds

public Type[] getUpperBounds()
Specified by:
getUpperBounds in interface WildcardType

getLowerBounds

public Type[] getLowerBounds()
Specified by:
getLowerBounds in interface WildcardType

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object