Class MoreTypes.WildcardTypeImpl

org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
All Implemented Interfaces:
,
Enclosing class:
MoreTypes

public static class MoreTypes.WildcardTypeImpl extends implements
The WildcardType interface supports multiple upper bounds and multiple lower bounds. We only support what the Java 6 language needs - at most one bound. If a lower bound is set, the upper bound must be Object.class.
  • Constructor Summary

    Constructors
    Constructor
    Description
    [] upperBounds, [] lowerBounds)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     other)
     
    []
     
    []
     
    int
     
    boolean
     
     

    Methods inherited from class java.lang.

    , , , , , , ,

    Methods inherited from interface java.lang.reflect.

  • Constructor Details

    • WildcardTypeImpl

      public WildcardTypeImpl([] upperBounds, [] lowerBounds)
  • Method Details

    • getUpperBounds

      public [] getUpperBounds()
      Specified by:
       in interface 
    • getLowerBounds

      public [] getLowerBounds()
      Specified by:
       in interface 
    • isFullySpecified

      public boolean isFullySpecified()
    • equals

      public boolean equals( other)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class