类 ConcurrentLongLinkedOpenHashSet
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.ConcurrentLongLinkedOpenHashSet
- 所有已实现的接口:
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 ConcurrentLongLinkedOpenHashSet
extends it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
- 另请参阅:
-
嵌套类概要
从接口继承的嵌套类/接口 it.unimi.dsi.fastutil.Hash
it.unimi.dsi.fastutil.Hash.Strategy<K extends Object> -
字段概要
字段从类继承的字段 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 -
构造器概要
构造器构造器说明ConcurrentLongLinkedOpenHashSet(int initial) ConcurrentLongLinkedOpenHashSet(int initial, float dnc) ConcurrentLongLinkedOpenHashSet(long[] a) ConcurrentLongLinkedOpenHashSet(long[] a, float f) ConcurrentLongLinkedOpenHashSet(long[] a, int offset, int length) ConcurrentLongLinkedOpenHashSet(long[] a, int offset, int length, float f) ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongCollection c) ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongCollection c, float f) ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongIterator i) ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongIterator i, float f) ConcurrentLongLinkedOpenHashSet(Iterator<?> i, float f) -
方法概要
修饰符和类型方法说明booleanadd(long k) booleanaddAll(it.unimi.dsi.fastutil.longs.LongCollection c) booleanaddAll(Collection<? extends Long> c) booleanaddAndMoveToFirst(long k) booleanaddAndMoveToLast(long k) voidclear()it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSetclone()it.unimi.dsi.fastutil.longs.LongComparatorbooleancontains(long k) longinthashCode()it.unimi.dsi.fastutil.longs.LongSortedSetheadSet(long to) booleanisEmpty()it.unimi.dsi.fastutil.longs.LongListIteratoriterator()it.unimi.dsi.fastutil.longs.LongListIteratoriterator(long from) longlastLong()booleanremove(long k) longlongintsize()it.unimi.dsi.fastutil.longs.LongSortedSetsubSet(long from, long to) it.unimi.dsi.fastutil.longs.LongSortedSettailSet(long from) booleantrim()booleantrim(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.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
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
backing
-
-
构造器详细资料
-
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet() -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(int initial) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(int initial, float dnc) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongCollection c) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongCollection c, float f) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongIterator i, float f) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(it.unimi.dsi.fastutil.longs.LongIterator i) -
ConcurrentLongLinkedOpenHashSet
-
ConcurrentLongLinkedOpenHashSet
-
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(long[] a, int offset, int length, float f) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(long[] a, int offset, int length) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(long[] a, float f) -
ConcurrentLongLinkedOpenHashSet
public ConcurrentLongLinkedOpenHashSet(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
-
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() -
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() -
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() -
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() -
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
-