Package com.google.common.reflect
Class Types.GenericArrayTypeImpl
- java.lang.Object
-
- com.google.common.reflect.Types.GenericArrayTypeImpl
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.reflect.GenericArrayType
,java.lang.reflect.Type
- Enclosing class:
- Types
private static final class Types.GenericArrayTypeImpl extends java.lang.Object implements java.lang.reflect.GenericArrayType, java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Type
componentType
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description GenericArrayTypeImpl(java.lang.reflect.Type componentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.reflect.Type
getGenericComponentType()
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
componentType
private final java.lang.reflect.Type componentType
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGenericComponentType
public java.lang.reflect.Type getGenericComponentType()
- Specified by:
getGenericComponentType
in interfacejava.lang.reflect.GenericArrayType
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(@CheckForNull java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-