Interface TypeBindings
- All Superinterfaces:
Iterable<Map.Entry<TypeVariable<?>, TypeInfo>>
TypeBindings
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptionget(int index) get(TypeVariable<?> typeVariable) booleanisEmpty()intsize()TypeInfo[]TypeVariable<?>[]Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
get
-
get
-
get
-
typeVariables
TypeVariable<?>[] typeVariables() -
typeInfos
TypeInfo[] typeInfos() -
size
int size() -
isEmpty
boolean isEmpty()
-