sinterface IContentsIndexedList<A> extends L<A> {
  int[] indicesOf(A o);
}