com.threerings.antidote.field
Class FieldHelper
java.lang.Object
com.threerings.antidote.field.FieldHelper
class FieldHelper
- extends Object
A static helper utility for dealing with null Field
objects.
Package private.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldHelper
FieldHelper()
getFieldInstance
public static Field getFieldInstance(Class<? extends Field> clazz)
- Given a
Field
Class object, return an instance of that class.
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.