Package 

Class PackedLongHashSet

  • 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
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer size
    • Method Summary

      Modifier and Type Method Description
      Integer getSize()
      Boolean contains(Long element)
      Boolean add(Long element)
      Boolean remove(Long element)
      Unit clear()
      LongIterator iterator()
      LongArray toLongArray()
      • 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