类 SyncLongLinkedOpenHashSet

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.sync.SyncLongLinkedOpenHashSet
所有已实现的接口:
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 SyncLongLinkedOpenHashSet extends it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
另请参阅:
  • 嵌套类概要

    从接口继承的嵌套类/接口 it.unimi.dsi.fastutil.Hash

    it.unimi.dsi.fastutil.Hash.Strategy<K extends Object>
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final long
     

    从类继承的字段 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet

    containsNull, f, first, key, last, link, mask, maxFill, minN, n, size

    从接口继承的字段 it.unimi.dsi.fastutil.Hash

    DEFAULT_GROWTH_FACTOR, DEFAULT_INITIAL_SIZE, DEFAULT_LOAD_FACTOR, FAST_LOAD_FACTOR, FREE, OCCUPIED, PRIMES, REMOVED, VERY_FAST_LOAD_FACTOR
  • 构造器概要

    构造器
    构造器
    说明
     
     
    SyncLongLinkedOpenHashSet (int initial, float dnc)
     
     
    SyncLongLinkedOpenHashSet (long[] a, float f)
     
    SyncLongLinkedOpenHashSet (long[] a, int offset, int length)
     
    SyncLongLinkedOpenHashSet (long[] a, int offset, int length, float f)
     
    SyncLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongCollection c)
     
    SyncLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongCollection c, float f)
     
    SyncLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongIterator i)
     
    SyncLongLinkedOpenHashSet (it.unimi.dsi.fastutil.longs.LongIterator i, float f)
     
     
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    add (long k)
     
    boolean
    addAll (it.unimi.dsi.fastutil.longs.LongCollection c)
     
    boolean
    addAll (Collection<? extends Long> c)
     
    boolean
     
    boolean
    addAndMoveToLast (long k)
     
    void
     
    it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
     
    it.unimi.dsi.fastutil.longs.LongComparator
     
    boolean
    contains (long k)
     
    long
     
    int
     
    it.unimi.dsi.fastutil.longs.LongSortedSet
    headSet (long to)
     
    boolean
     
    it.unimi.dsi.fastutil.longs.LongListIterator
     
    it.unimi.dsi.fastutil.longs.LongListIterator
    iterator (long from)
     
    long
     
    boolean
    remove (long k)
     
    long
     
    long
     
    int
    size()
     
    it.unimi.dsi.fastutil.longs.LongSortedSet
    subSet (long from, long to)
     
    it.unimi.dsi.fastutil.longs.LongSortedSet
    tailSet (long from)
     
    boolean
    trim()
     
    boolean
    trim (int n)
     

    从类继承的方法 it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet

    fixPointers, fixPointers, forEach, of, of, of, of, of, rehash, shiftKeys, spliterator, toSet, toSetWithExpectedSize

    从类继承的方法 it.unimi.dsi.fastutil.longs.AbstractLongSet

    equals, rem

    从类继承的方法 it.unimi.dsi.fastutil.longs.AbstractLongCollection

    add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toLongArray, toLongArray, toString

    从类继承的方法 java.util.AbstractCollection

    toArray, toArray

    从类继承的方法 java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    从接口继承的方法 java.util.Collection

    toArray

    从接口继承的方法 it.unimi.dsi.fastutil.longs.LongCollection

    containsAll, longIterator, longParallelStream, longSpliterator, longStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toLongArray, toLongArray

    从接口继承的方法 it.unimi.dsi.fastutil.longs.LongIterable

    forEach, forEach

    从接口继承的方法 it.unimi.dsi.fastutil.longs.LongSet

    add, contains, rem, remove

    从接口继承的方法 it.unimi.dsi.fastutil.longs.LongSortedSet

    first, headSet, last, subSet, tailSet

    从接口继承的方法 java.util.Set

    add, contains, containsAll, equals, remove, removeAll, retainAll, toArray, toArray
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • SyncLongLinkedOpenHashSet

      public SyncLongLinkedOpenHashSet()
    • SyncLongLinkedOpenHashSet

      public SyncLongLinkedOpenHashSet (int initial)
    • SyncLongLinkedOpenHashSet

      public SyncLongLinkedOpenHashSet (int initial, float dnc)
    • SyncLongLinkedOpenHashSet

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

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

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

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

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

      public SyncLongLinkedOpenHashSet (Iterator<?> i)
    • SyncLongLinkedOpenHashSet

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

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

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

      public SyncLongLinkedOpenHashSet (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