short _type=CFTypes.toShort(_strType, false, (short)-1);
Array arr = Caster.toArray(o,null);
if(arr!=null){
// convert the values
Iterator<Entry<Key, Object>> it = arr.entryIterator();
Array _arr=new ArrayImpl();
Entry<Key, Object> e;
Object src,trg;
boolean hasChanged=false;
while(it.hasNext()){