JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
G
H
I
L
M
P
Q
S
T
U
V
A
accept(Type, TypeVisitor)
- Static method in class com.googlecode.jtype.
TypeUtils
B
beginVisit(TypeVariable<D>)
- Method in interface com.googlecode.jtype.
TypeVisitor
beginVisit(ParameterizedType)
- Method in interface com.googlecode.jtype.
TypeVisitor
beginVisit(WildcardType)
- Method in interface com.googlecode.jtype.
TypeVisitor
C
ClassSerializer
- Interface in
com.googlecode.jtype
Function that maps classes to a string representation.
ClassSerializers
- Class in
com.googlecode.jtype
Factory for creating
ClassSerializer
s.
collection()
- Static method in class com.googlecode.jtype.
Generics
collection(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
com.googlecode.jtype
- package com.googlecode.jtype
comparable()
- Static method in class com.googlecode.jtype.
Generics
comparable(Class<T>)
- Static method in class com.googlecode.jtype.
Generics
comparator()
- Static method in class com.googlecode.jtype.
Generics
comparator(Class<T>)
- Static method in class com.googlecode.jtype.
Generics
E
endVisit(TypeVariable<D>)
- Method in interface com.googlecode.jtype.
TypeVisitor
endVisit(ParameterizedType)
- Method in interface com.googlecode.jtype.
TypeVisitor
endVisit(WildcardType)
- Method in interface com.googlecode.jtype.
TypeVisitor
enumeration()
- Static method in class com.googlecode.jtype.
Generics
enumeration(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
equals(Object)
- Method in class com.googlecode.jtype.
Generic
G
Generic
<
T
> - Class in
com.googlecode.jtype
Provides a generic type literal.
Generic()
- Constructor for class com.googlecode.jtype.
Generic
genericArrayType(Type)
- Static method in class com.googlecode.jtype.
Types
Creates a generic array type for the specified component type.
Generics
- Class in
com.googlecode.jtype
Factory for creating common generics.
get(Class<T>)
- Static method in class com.googlecode.jtype.
Generic
get(Type)
- Static method in class com.googlecode.jtype.
Generic
get(Class<T>, Type...)
- Static method in class com.googlecode.jtype.
Generic
getActualTypeArgument(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
getArrayType(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
getComponentType(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
getErasedReferenceType(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
getErasedType(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
Gets the erased type of the specified type.
getRawType()
- Method in class com.googlecode.jtype.
Generic
getRawType(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
Deprecated.
Use
TypeUtils.getErasedReferenceType(Type)
instead.
getResolvedInterfaces(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
getResolvedSuperclass(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
getType()
- Method in class com.googlecode.jtype.
Generic
H
hashCode()
- Method in class com.googlecode.jtype.
Generic
I
isArray(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
isAssignable(Type, Type)
- Static method in class com.googlecode.jtype.
TypeUtils
isInstance(Type, Object)
- Static method in class com.googlecode.jtype.
TypeUtils
isPrimitive(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
isSimpleParameterizedType(Type, Class<?>)
- Static method in class com.googlecode.jtype.
TypeUtils
iterable()
- Static method in class com.googlecode.jtype.
Generics
iterable(Class<T>)
- Static method in class com.googlecode.jtype.
Generics
iterator()
- Static method in class com.googlecode.jtype.
Generics
iterator(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
L
list()
- Static method in class com.googlecode.jtype.
Generics
list(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
listIterator()
- Static method in class com.googlecode.jtype.
Generics
listIterator(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
lowerBoundedWildcardType(Type)
- Static method in class com.googlecode.jtype.
Types
Creates a wildcard type with the specified lower bound.
M
map()
- Static method in class com.googlecode.jtype.
Generics
map(Class<K>, Class<V>)
- Static method in class com.googlecode.jtype.
Generics
P
parameterizedType(Class<?>, Type...)
- Static method in class com.googlecode.jtype.
Types
Creates a parameterized type for the specified raw type and actual type arguments.
Q
QUALIFIED
- Static variable in class com.googlecode.jtype.
ClassSerializers
queue()
- Static method in class com.googlecode.jtype.
Generics
queue(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
S
set()
- Static method in class com.googlecode.jtype.
Generics
set(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
SIMPLE
- Static variable in class com.googlecode.jtype.
ClassSerializers
sortedMap()
- Static method in class com.googlecode.jtype.
Generics
sortedMap(Class<K>, Class<V>)
- Static method in class com.googlecode.jtype.
Generics
sortedSet()
- Static method in class com.googlecode.jtype.
Generics
sortedSet(Class<E>)
- Static method in class com.googlecode.jtype.
Generics
T
toSimpleString(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
toString(Class<?>)
- Method in interface com.googlecode.jtype.
ClassSerializer
Gets a string representation of the specified class.
toString()
- Method in class com.googlecode.jtype.
Generic
toString(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
toString(Type, ClassSerializer)
- Static method in class com.googlecode.jtype.
TypeUtils
toUnqualifiedString()
- Method in class com.googlecode.jtype.
Generic
toUnqualifiedString(Type)
- Static method in class com.googlecode.jtype.
TypeUtils
Types
- Class in
com.googlecode.jtype
Factory for creating types.
TypeUtils
- Class in
com.googlecode.jtype
Provides utility methods for working with types.
typeVariable(D, String, Type...)
- Static method in class com.googlecode.jtype.
Types
Creates a type variable for the specified declaration, name and bounds.
TypeVisitor
- Interface in
com.googlecode.jtype
U
unboundedWildcardType()
- Static method in class com.googlecode.jtype.
Types
Creates an unbounded wildcard type.
UNQUALIFIED
- Static variable in class com.googlecode.jtype.
ClassSerializers
upperBoundedWildcardType(Type)
- Static method in class com.googlecode.jtype.
Types
Creates a wildcard type with the specified upper bound.
V
valueOf(String)
- Static method in class com.googlecode.jtype.
Generic
valueOf(String)
- Static method in class com.googlecode.jtype.
Types
Returns a type that corresponds to the specified string.
valueOf(String, Set<String>)
- Static method in class com.googlecode.jtype.
Types
Returns a type that corresponds to the specified string using the specified import context.
visit(Class<?>)
- Method in interface com.googlecode.jtype.
TypeVisitor
visit(GenericArrayType)
- Method in interface com.googlecode.jtype.
TypeVisitor
visitActualTypeArgument(Type, int)
- Method in interface com.googlecode.jtype.
TypeVisitor
visitLowerBound(Type, int)
- Method in interface com.googlecode.jtype.
TypeVisitor
visitTypeVariableBound(Type, int)
- Method in interface com.googlecode.jtype.
TypeVisitor
visitUpperBound(Type, int)
- Method in interface com.googlecode.jtype.
TypeVisitor
A
B
C
E
G
H
I
L
M
P
Q
S
T
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2008–2017. All rights reserved.