public void add(int index, Object element) {
throw new JDOUnsupportedOptionException(
"This method is not supported in this implementation");
}
public boolean addAll(int index, Collection c) {
throw new JDOUnsupportedOptionException(
"This method is not supported in this implementation");
}