org.fest.util
Class Types

java.lang.Object
  extended by org.fest.util.Types

public final class Types
extends Object

Utilities related to Java data types.

Author:
Alex Ruiz

Method Summary
static List<Class<?>> collectionTypes()
           
static List<Class<?>> primitiveTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

primitiveTypes

public static List<Class<?>> primitiveTypes()

collectionTypes

public static List<Class<?>> collectionTypes()


Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.