类 ConcurrentShortHashSet

java.lang.Object
cn.korostudio.c3h6n6o6.fastutil.ConcurrentShortHashSet
所有已实现的接口:
it.unimi.dsi.fastutil.shorts.ShortCollection, it.unimi.dsi.fastutil.shorts.ShortIterable, it.unimi.dsi.fastutil.shorts.ShortSet, Iterable<Short>, Collection<Short>, Set<Short>

public class ConcurrentShortHashSet extends Object implements it.unimi.dsi.fastutil.shorts.ShortSet
  • 字段详细资料

  • 构造器详细资料

    • ConcurrentShortHashSet

      public ConcurrentShortHashSet()
  • 方法详细资料

    • size

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

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

      public it.unimi.dsi.fastutil.shorts.ShortIterator iterator()
      指定者:
      iterator 在接口中 Collection<Short>
      指定者:
      iterator 在接口中 Iterable<Short>
      指定者:
      iterator 在接口中 Set<Short>
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.shorts.ShortCollection
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.shorts.ShortIterable
      指定者:
      iterator 在接口中 it.unimi.dsi.fastutil.shorts.ShortSet
    • toArray

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

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

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

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

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

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

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

      public boolean add (short key)
      指定者:
      add 在接口中 it.unimi.dsi.fastutil.shorts.ShortCollection
    • contains

      public boolean contains (short key)
      指定者:
      contains 在接口中 it.unimi.dsi.fastutil.shorts.ShortCollection
    • toShortArray

      public short[] toShortArray()
      指定者:
      toShortArray 在接口中 it.unimi.dsi.fastutil.shorts.ShortCollection
    • toArray

      public short[] toArray (short[] a)
      指定者:
      toArray 在接口中 it.unimi.dsi.fastutil.shorts.ShortCollection
    • addAll

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

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

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

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

      public boolean remove (short k)
      指定者:
      remove 在接口中 it.unimi.dsi.fastutil.shorts.ShortSet