类 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>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanadd(short key) booleanaddAll(@NotNull Collection<? extends Short> collection) booleanaddAll(it.unimi.dsi.fastutil.shorts.ShortCollection c) voidclear()booleancontains(short key) booleancontainsAll(@NotNull Collection<?> collection) booleancontainsAll(it.unimi.dsi.fastutil.shorts.ShortCollection c) booleanisEmpty()it.unimi.dsi.fastutil.shorts.ShortIteratoriterator()booleanremove(short k) booleanremoveAll(@NotNull Collection<?> collection) booleanremoveAll(it.unimi.dsi.fastutil.shorts.ShortCollection c) booleanretainAll(@NotNull Collection<?> collection) booleanretainAll(it.unimi.dsi.fastutil.shorts.ShortCollection c) intsize()@NotNull Object[]toArray()short[]toArray(short[] a) <T> @NotNull T[]toArray(@NotNull T[] ts) short[]从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Collection
toArray从接口继承的方法 it.unimi.dsi.fastutil.shorts.ShortCollection
intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeIf, removeIf, removeIf, stream, toShortArray从接口继承的方法 it.unimi.dsi.fastutil.shorts.ShortIterable
forEach, forEach, forEach从接口继承的方法 it.unimi.dsi.fastutil.shorts.ShortSet
add, contains, rem, remove, spliterator
-
字段详细资料
-
backing
ConcurrentHashMap.KeySetView<Short,Boolean> backing
-
-
构造器详细资料
-
ConcurrentShortHashSet
public ConcurrentShortHashSet()
-
-
方法详细资料
-
size
public int size() -
isEmpty
public boolean isEmpty() -
iterator
public it.unimi.dsi.fastutil.shorts.ShortIterator iterator() -
toArray
-
toArray
@NotNull public <T> @NotNull T[] toArray(@NotNull @NotNull T[] ts) -
containsAll
- 指定者:
containsAll在接口中Collection<Short>- 指定者:
containsAll在接口中Set<Short>
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
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
-