261262263264265266267
} @Override @Deprecated public int lastIndexOf(final Object arg0, final int arg1) { throw new UnimplementedException("lastIndexOf with two arguments not yet implemented because it's a deprecated call anyway!"); }
90919293949596
index_ = start - 1; } @Override public void add(final CDRecord record) { throw new UnimplementedException(); }
137138139140141142143
return index_ - 1; } @Override public void remove() { throw new UnimplementedException(); }
142143144145146147148
throw new UnimplementedException(); } @Override public void set(final CDRecord record) { throw new UnimplementedException(); }