类 ConcurrentLongSortedSet

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.ConcurrentLongSortedSet
所有已实现的接口:
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, Iterable<Long>, Collection<Long>, Set<Long>, SortedSet<Long>

public class ConcurrentLongSortedSet extends Object implements it.unimi.dsi.fastutil.longs.LongSortedSet
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    (专用程序包) ConcurrentSkipListSet<Long>
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    add (long key)
     
    boolean
    addAll (@NotNull Collection<? extends Long> collection)
     
    boolean
    addAll (it.unimi.dsi.fastutil.longs.LongCollection c)
     
    void
     
    it.unimi.dsi.fastutil.longs.LongComparator
     
    boolean
    contains (long key)
     
    boolean
    containsAll (@NotNull Collection<?> collection)
     
    boolean
    containsAll (it.unimi.dsi.fastutil.longs.LongCollection c)
     
    long
     
    it.unimi.dsi.fastutil.longs.LongSortedSet
    headSet (long toElement)
     
    boolean
     
    it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
     
    it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
    iterator (long fromElement)
     
    long
     
    boolean
    remove (long k)
     
    boolean
    removeAll (@NotNull Collection<?> collection)
     
    boolean
    removeAll (it.unimi.dsi.fastutil.longs.LongCollection c)
     
    boolean
    retainAll (@NotNull Collection<?> collection)
     
    boolean
    retainAll (it.unimi.dsi.fastutil.longs.LongCollection c)
     
    int
    size()
     
    it.unimi.dsi.fastutil.longs.LongSortedSet
    subSet (long fromElement, long toElement)
     
    it.unimi.dsi.fastutil.longs.LongSortedSet
    tailSet (long fromElement)
     
    @NotNull Object[]
     
    long[]
    toArray (long[] a)
     
    <T> @NotNull T[]
    toArray (@NotNull T[] ts)
     
    long[]
     

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    toArray

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

    longIterator, longParallelStream, longSpliterator, longStream, parallelStream, removeIf, removeIf, removeIf, stream, toLongArray

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

    forEach, forEach, forEach

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

    add, contains, rem, remove

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

    first, headSet, last, spliterator, subSet, tailSet

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

    add, contains, equals, hashCode, remove
  • 字段详细资料

  • 构造器详细资料

    • ConcurrentLongSortedSet

      public ConcurrentLongSortedSet()
  • 方法详细资料

    • iterator

      public it.unimi.dsi.fastutil.longs.LongBidirectionalIterator iterator (long fromElement)
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
    • size

      public int size()
      指定者:
      size 在接口中 Collection<Long>
      指定者:
      size 在接口中 Set<Long>
    • isEmpty

      public boolean isEmpty()
      指定者:
      isEmpty 在接口中 Collection<Long>
      指定者:
      isEmpty 在接口中 Set<Long>
    • iterator

      public it.unimi.dsi.fastutil.longs.LongBidirectionalIterator 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>
    • toArray

      @NotNull public @NotNull Object[] toArray()
      指定者:
      toArray 在接口中 Collection<Long>
      指定者:
      toArray 在接口中 Set<Long>
    • toArray

      @NotNull public <T> @NotNull T[] toArray (@NotNull @NotNull T[] ts)
      指定者:
      toArray 在接口中 Collection<Long>
      指定者:
      toArray 在接口中 Set<Long>
    • containsAll

      public boolean containsAll (@NotNull @NotNull Collection<?> collection)
      指定者:
      containsAll 在接口中 Collection<Long>
      指定者:
      containsAll 在接口中 Set<Long>
    • addAll

      public boolean addAll (@NotNull @NotNull Collection<? extends Long> collection)
      指定者:
      addAll 在接口中 Collection<Long>
      指定者:
      addAll 在接口中 Set<Long>
    • removeAll

      public boolean removeAll (@NotNull @NotNull Collection<?> collection)
      指定者:
      removeAll 在接口中 Collection<Long>
      指定者:
      removeAll 在接口中 Set<Long>
    • retainAll

      public boolean retainAll (@NotNull @NotNull Collection<?> collection)
      指定者:
      retainAll 在接口中 Collection<Long>
      指定者:
      retainAll 在接口中 Set<Long>
    • clear

      public void clear()
      指定者:
      clear 在接口中 Collection<Long>
      指定者:
      clear 在接口中 Set<Long>
    • add

      public boolean add (long key)
      指定者:
      add 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • contains

      public boolean contains (long key)
      指定者:
      contains 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • toLongArray

      public long[] toLongArray()
      指定者:
      toLongArray 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • toArray

      public long[] toArray (long[] a)
      指定者:
      toArray 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • addAll

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

      public boolean containsAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      containsAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • removeAll

      public boolean removeAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      removeAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • retainAll

      public boolean retainAll (it.unimi.dsi.fastutil.longs.LongCollection c)
      指定者:
      retainAll 在接口中 it.unimi.dsi.fastutil.longs.LongCollection
    • remove

      public boolean remove (long k)
      指定者:
      remove 在接口中 it.unimi.dsi.fastutil.longs.LongSet
    • subSet

      public it.unimi.dsi.fastutil.longs.LongSortedSet subSet (long fromElement, long toElement)
      指定者:
      subSet 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
    • headSet

      public it.unimi.dsi.fastutil.longs.LongSortedSet headSet (long toElement)
      指定者:
      headSet 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
    • tailSet

      public it.unimi.dsi.fastutil.longs.LongSortedSet tailSet (long fromElement)
      指定者:
      tailSet 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
    • comparator

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

      public long firstLong()
      指定者:
      firstLong 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet
    • lastLong

      public long lastLong()
      指定者:
      lastLong 在接口中 it.unimi.dsi.fastutil.longs.LongSortedSet