org.elasticsearch.common.inject.internal
Class MoreTypes.GenericArrayTypeImpl

java.lang.Object
  extended by org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
All Implemented Interfaces:
Serializable, GenericArrayType, Type
Enclosing class:
MoreTypes

public static class MoreTypes.GenericArrayTypeImpl
extends Object
implements GenericArrayType, Serializable

See Also:
Serialized Form

Constructor Summary
MoreTypes.GenericArrayTypeImpl(Type componentType)
           
 
Method Summary
 boolean equals(Object o)
           
 Type getGenericComponentType()
           
 int hashCode()
           
 boolean isFullySpecified()
          Returns true if there are no type variables in this type.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoreTypes.GenericArrayTypeImpl

public MoreTypes.GenericArrayTypeImpl(Type componentType)
Method Detail

getGenericComponentType

public Type getGenericComponentType()
Specified by:
getGenericComponentType in interface GenericArrayType

isFullySpecified

public boolean isFullySpecified()
Returns true if there are no type variables in this type.


equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012. All Rights Reserved.