类 ConcurrentLongLinkedOpenHashSet

java.lang.Object
java.util.AbstractCollection<Long>
it.unimi.dsi.fastutil.longs.AbstractLongCollection
it.unimi.dsi.fastutil.longs.AbstractLongSet
it.unimi.dsi.fastutil.longs.AbstractLongSortedSet
it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
cn.korostudio.c3h6n6o6.fastutil.ConcurrentLongLinkedOpenHashSet
所有已实现的接口:
it.unimi.dsi.fastutil.Hash, it.unimi.dsi.fastutil.longs.LongBidirectionalIterable, it.unimi.dsi.fastutil.longs.LongCollection, it.unimi.dsi.fastutil.longs.LongIterable, it.unimi.dsi.fastutil.longs.LongSet, it.unimi.dsi.fastutil.longs.LongSortedSet, Serializable, Cloneable, Iterable<Long>, Collection<Long>, Set<Long>, SortedSet<Long>

public class ConcurrentLongLinkedOpenHashSet extends it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet()
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (int initial)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (int initial, float dnc)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongCollection c)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongCollection c, float f)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongIterator i, float f)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongIterator i)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (Iterator<?> i, float f)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (Iterator<?> i)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (long[] a, int offset, int length, float f)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (long[] a, int offset, int length)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (long[] a, float f)
    • ConcurrentLongLinkedOpenHashSet

      public ConcurrentLongLinkedOpenHashSet (long[] a)
  • 方法详细资料

    • add

      public boolean add (long k)
      指定者:
      add 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
      覆盖:
      add 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • addAll

      public boolean addAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      addAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
      覆盖:
      addAll 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • addAll

      public boolean addAll (Collection<? extends Long> c)
      指定者:
      addAll 在接口中 Collection<Long>
      指定者:
      addAll 在接口中 Set<Long>
      覆盖:
      addAll 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • addAndMoveToFirst

      public boolean addAndMoveToFirst (long k)
      覆盖:
      addAndMoveToFirst 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • addAndMoveToLast

      public boolean addAndMoveToLast (long k)
      覆盖:
      addAndMoveToLast 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • clear

      public void clear()
      指定者:
      clear 在接口中 Collection<Long>
      指定者:
      clear 在接口中 Set<Long>
      覆盖:
      clear 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • clone

      public it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet clone()
      覆盖:
      clone 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • comparator

      public it.unimi.dsi.fastutil.longs.LongComparator comparator()
      指定者:
      comparator 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      指定者:
      comparator 在接口中 SortedSet<Long>
      覆盖:
      comparator 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • contains

      public boolean contains (long k)
      指定者:
      contains 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
      覆盖:
      contains 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • firstLong

      public long firstLong()
      指定者:
      firstLong 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      覆盖:
      firstLong 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 Collection<Long>
      指定者:
      hashCode 在接口中 Set<Long>
      覆盖:
      hashCode 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • headSet

      public it.unimi.dsi.fastutil.longs.LongSortedSet headSet (long to)
      指定者:
      headSet 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      覆盖:
      headSet 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • isEmpty

      public boolean isEmpty()
      指定者:
      isEmpty 在接口中 Collection<Long>
      指定者:
      isEmpty 在接口中 Set<Long>
      覆盖:
      isEmpty 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • iterator

      public it.unimi.dsi.fastutil.longs.LongListIterator iterator()
      指定者:
      iterator 在接口中 Collection<Long>
      指定者:
      iterator 在接口中 Iterable<Long>
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongBidirectionalIterable
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongIterable
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongSet
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      指定者:
      iterator 在接口中 Set<Long>
      覆盖:
      iterator 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • iterator

      public it.unimi.dsi.fastutil.longs.LongListIterator iterator (long from)
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      覆盖:
      iterator 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • lastLong

      public long lastLong()
      指定者:
      lastLong 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      覆盖:
      lastLong 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • remove

      public boolean remove (long k)
      指定者:
      remove 在接口中 it.unimi.dsi.fastutil.longs.LongSet
      覆盖:
      remove 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • removeFirstLong

      public long removeFirstLong()
      覆盖:
      removeFirstLong 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • removeLastLong

      public long removeLastLong()
      覆盖:
      removeLastLong 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • size

      public int size()
      指定者:
      size 在接口中 Collection<Long>
      指定者:
      size 在接口中 Set<Long>
      覆盖:
      size 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • subSet

      public it.unimi.dsi.fastutil.longs.LongSortedSet subSet (long from, long to)
      指定者:
      subSet 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      覆盖:
      subSet 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • tailSet

      public it.unimi.dsi.fastutil.longs.LongSortedSet tailSet (long from)
      指定者:
      tailSet 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
      覆盖:
      tailSet 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • trim

      public boolean trim()
      覆盖:
      trim 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
    • trim

      public boolean trim (int n)
      覆盖:
      trim 在类中 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet