Class LongSet

java.lang.Object
org.qiunet.utils.collection.safe.SafeHashSet<Long>
org.qiunet.utils.collection.generics.LongSet
All Implemented Interfaces:
Iterable<Long>, Collection<Long>, Set<Long>, ISafeCollection

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

    • LongSet

      public LongSet()
    • LongSet

      public LongSet(Collection<? extends Long> c)
    • LongSet

      public LongSet(int initialCapacity, float loadFactor)
    • LongSet

      public LongSet(int initialCapacity)