package org.freertr.tab; import org.freertr.addr.addrType; /** * one prefix tree * * @param type of elements in the list * @author matecsaba */ public class tabGep extends tabGepV2 { /** * create one generic tree */ public tabGep() { super(); } }