/** @param sequence The sequence number of the element to get. */
 public T get(long sequence) {
   return index.get(sequence);
 }