Uses of Class
com.esotericsoftware.kryo.util.Generics.GenericsHierarchy
-
Packages that use Generics.GenericsHierarchy Package Description com.esotericsoftware.kryo.util -
-
Uses of Generics.GenericsHierarchy in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util that return Generics.GenericsHierarchy Modifier and Type Method Description Generics.GenericsHierarchyDefaultGenerics. buildHierarchy(Class type)Generics.GenericsHierarchyGenerics. buildHierarchy(Class type)Builds aGenerics.GenericsHierarchyfor the specified type.Generics.GenericsHierarchyNoGenerics. buildHierarchy(Class type)Methods in com.esotericsoftware.kryo.util with parameters of type Generics.GenericsHierarchy Modifier and Type Method Description intDefaultGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)intGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)Stores the types of the type parameters for the specified class hierarchy.intNoGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)
-