org.fest.util
Class Types
java.lang.Object
org.fest.util.Types
public final class Types
- extends Object
Utilities related to Java data types.
- Author:
- Alex Ruiz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
primitiveTypes
public static List<Class<?>> primitiveTypes()
collectionTypes
public static List<Class<?>> collectionTypes()
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.