Class LongList

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

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

    • LongList

      public LongList(int initialCapacity)
    • LongList

      public LongList()
    • LongList

      public LongList(Collection<? extends Long> c)