Module org.xbib.rpm

Class IntegerList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Integer>, Collection<Integer>, List<Integer>, RandomAccess

public class IntegerList extends ArrayList<Integer>
See Also:
  • Constructor Details

    • IntegerList

      public IntegerList()
  • Method Details