Java org.apache.wicket.util.lang Objects fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.lang Objects fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.lang Objects.

The text is from its open source code.

Method

TconvertValue(final Object value, final Class toType)
Convert between basic Java types, i.e.
TdefaultIfNull(T originalObj, T defaultObj)
Returns the original object if this one is != null.
booleanequal(final Object a, final Object b)
Returns true if a and b are equal.
booleanisEqual(final Object object1, final Object object2)
Returns true if object1 is equal to object2 in either the sense that they are the same object or, if both are non-null if they are equal in the equals() sense.
longlongValue(final Object value)
Evaluates the given object as a long integer.
StringstringValue(final Object value, final boolean trim)
Evaluates the given object as a String and trims it if the trim flag is true.