@Override
 public Iterable<E> order(List<E> insertionOrder) {
   return delegate.order(insertionOrder);
 }