The java.util.List<> interface is the most appropriate for replacing the java.util.Enumeration<> interface for the various RXTX collections exposed through the API (although there is some argument for that list to have some uniqueness of elements and some specific order). Regards, Michael Erskine.