public override Object get(int index)
 {
     rangeCheck(index, sizeJ);
     checkModCount();
     return(parent.get(index + offset));
 }