|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.conradroche.matra.util.Caster
Utility class for Casting an array object from one type to another.
| Method Summary | |
java.lang.String[] |
convertToStringArray(java.util.Collection coll)
Convert a Collection to a String Array. |
static Caster |
getInstance()
Method to return the single instance of Caster. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Caster getInstance()
public java.lang.String[] convertToStringArray(java.util.Collection coll)
coll - The collection to be casted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||