|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.TypeUtility
This simple utility class can be used by object model classes to access common services.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static long |
NULL_OFFSET
The constant used to check for missing offset values. |
Method Summary | |
---|---|
static int |
compareTo(java.lang.Comparable first,
java.lang.Comparable second)
Compares two Comparable arguments. |
static boolean |
equals(java.lang.Object first,
java.lang.Object second)
Returns true if the first object equals to the second one. |
static java.lang.String |
toString(java.util.Collection c,
java.lang.Class type)
Returns a string representation of the specified collection. |
static java.lang.String |
toUpperCase(java.lang.String text)
Returns the upper case version of the specified string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final long NULL_OFFSET
Method Detail |
public static boolean equals(java.lang.Object first, java.lang.Object second)
first
- An object, or null.second
- An object, or null.
public static int compareTo(java.lang.Comparable first, java.lang.Comparable second)
first
- A Comparable argument, or null.second
- A Comparable argument, or null.
public static java.lang.String toUpperCase(java.lang.String text)
text
- The input string.
public static java.lang.String toString(java.util.Collection c, java.lang.Class type)
c
- The collection to be converted into a string.type
- The expected class for objects in the collection.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |