Class IntegerList

java.lang.Object
org.qiunet.utils.collection.safe.SafeList<Integer>
org.qiunet.utils.collection.generics.IntegerList
All Implemented Interfaces:
Iterable<Integer>, Collection<Integer>, List<Integer>, ISafeCollection

public class IntegerList extends SafeList<Integer>
covert 没法转换泛型对象. * 自定一个
Author:
qiunet 2020/3/11 08:24
  • Constructor Details

    • IntegerList

      public IntegerList(int initialCapacity)
    • IntegerList

      public IntegerList()
    • IntegerList

      public IntegerList(Collection<? extends Integer> c)