net.sf.csutils.core.utils
Class Generics

java.lang.Object
  extended by net.sf.csutils.core.utils.Generics

public class Generics
extends java.lang.Object

Utility class, which provides static methods for working with generics.


Constructor Summary
Generics()
           
 
Method Summary
static
<O> O
cast(java.lang.Object pValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generics

public Generics()
Method Detail

cast

public static <O> O cast(java.lang.Object pValue)


Copyright © 2009-2010. All Rights Reserved.