1 package org.ozoneDB.collections;2 3 /**4 *5 * @author leo6 */7 public interface FullLinkedList extends BaseList {8 9 }10