Uses of Class
org.jgrapht.util.TypeUtil
-
Packages that use TypeUtil Package Description org.jgrapht.traverse Graph traversal means.org.jgrapht.util Non-graph-specific data structures, algorithms, and utilities used by JGraphT. -
-
Uses of TypeUtil in org.jgrapht.traverse
Fields in org.jgrapht.traverse declared as TypeUtil Modifier and Type Field Description private TypeUtil<V>
DepthFirstIterator. vertexTypeDecl
-
Uses of TypeUtil in org.jgrapht.util
Methods in org.jgrapht.util with parameters of type TypeUtil Modifier and Type Method Description static <T> T
TypeUtil. uncheckedCast(java.lang.Object o, TypeUtil<T> typeDecl)
Casts an object to a type.
-