Uses of Class
org.jgrapht.util.TypeUtil

Packages that use TypeUtil
org.jgrapht.util Non-graph-specific data structures, algorithms, and utilities used by JGraphT
 

Uses of TypeUtil in org.jgrapht.util
 

Methods in org.jgrapht.util with parameters of type TypeUtil
static
<T> T
TypeUtil.uncheckedCast(Object o, TypeUtil<T> typeDecl)
          Casts an object to a type.
 



Copyright © 2013. All rights reserved.