-
- All Implemented Interfaces:
-
jetbrains.exodus.core.dataStructures.hash.LongSet,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable,kotlin.collections.MutableSet,kotlin.collections.Set
public final class PackedLongHashSet extends AbstractSet<Long> implements LongSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPackedLongHashSet.Companion
-
Constructor Summary
Constructors Constructor Description PackedLongHashSet(Collection<Long> source, Float loadFactor)
-
Method Summary
Modifier and Type Method Description IntegergetSize()Booleancontains(Long element)Booleanadd(Long element)Booleanremove(Long element)Unitclear()LongIteratoriterator()LongArraytoLongArray()-
Methods inherited from class java.util.AbstractSet
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString -
Methods inherited from class jetbrains.exodus.core.dataStructures.hash.PackedLongHashSet
equals, hashCode, removeAll -
Methods inherited from class kotlin.collections.Collection
forEach -
Methods inherited from class kotlin.collections.MutableCollection
parallelStream, spliterator, stream -
Methods inherited from class java.util.AbstractCollection
removeIf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PackedLongHashSet
PackedLongHashSet(Collection<Long> source, Float loadFactor)
-
-
-
-