类 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
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanadd(long key) booleanaddAll(@NotNull Collection<? extends Long> collection) booleanaddAll(it.unimi.dsi.fastutil.longs.LongCollection c) voidclear()it.unimi.dsi.fastutil.longs.LongComparatorbooleancontains(long key) booleancontainsAll(@NotNull Collection<?> collection) booleancontainsAll(it.unimi.dsi.fastutil.longs.LongCollection c) longit.unimi.dsi.fastutil.longs.LongSortedSetheadSet(long toElement) booleanisEmpty()it.unimi.dsi.fastutil.longs.LongBidirectionalIteratoriterator()it.unimi.dsi.fastutil.longs.LongBidirectionalIteratoriterator(long fromElement) longlastLong()booleanremove(long k) booleanremoveAll(@NotNull Collection<?> collection) booleanremoveAll(it.unimi.dsi.fastutil.longs.LongCollection c) booleanretainAll(@NotNull Collection<?> collection) booleanretainAll(it.unimi.dsi.fastutil.longs.LongCollection c) intsize()it.unimi.dsi.fastutil.longs.LongSortedSetsubSet(long fromElement, long toElement) it.unimi.dsi.fastutil.longs.LongSortedSettailSet(long fromElement) @NotNull Object[]toArray()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
-
字段详细资料
-
back
ConcurrentSkipListSet<Long> back
-
-
构造器详细资料
-
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() -
isEmpty
public boolean isEmpty() -
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
-
toArray
@NotNull public <T> @NotNull T[] toArray(@NotNull @NotNull T[] ts) -
containsAll
- 指定者:
containsAll在接口中Collection<Long>- 指定者:
containsAll在接口中Set<Long>
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
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
-