Class/Object

com.mchange.sc.v1.consuela.bloom

BitSetBloom

Related Docs: object BitSetBloom | package bloom

Permalink

final class BitSetBloom[T] extends Bloom[T, BitSetBloom[T]]

Linear Supertypes
Bloom[T, BitSetBloom[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitSetBloom
  2. Bloom
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: BitSetBloom[T]): BitSetBloom[T]

    Permalink
    Definition Classes
    BitSetBloomBloom
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def approximateFalsePositiveRate(ifNumEntries: Int): Double

    Permalink
    Definition Classes
    Bloom
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bitLength: Int

    Permalink
    Definition Classes
    Bloom
  8. def bitsSet: Int

    Permalink
    Definition Classes
    BitSetBloomBloom
  9. def byteLength: Int

    Permalink
    Definition Classes
    Bloom
  10. lazy val bytes: Seq[Byte]

    Permalink

    bytes of a big-endian value, zero-indexed from the least-significant-bit.

    bytes of a big-endian value, zero-indexed from the least-significant-bit.

    consider overriding as lazy val

    Definition Classes
    BitSetBloomBloom
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. val definition: Definition[T]

    Permalink
    Attributes
    protected
    Definition Classes
    BitSetBloomBloom
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    BitSetBloom → AnyRef → Any
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    BitSetBloom → AnyRef → Any
  17. def including(t: T): BitSetBloom[T]

    Permalink
    Definition Classes
    BitSetBloomBloom
  18. final def including(ts: T*): BitSetBloom[T]

    Permalink
    Definition Classes
    Bloom
  19. def includingAll(ts: Iterable[T]): BitSetBloom[T]

    Permalink
    Definition Classes
    BitSetBloomBloom
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def mayContain(t: T): Boolean

    Permalink
    Definition Classes
    BitSetBloomBloom
  22. def mayContainAll(ts: Iterable[T]): Boolean

    Permalink
    Definition Classes
    BitSetBloomBloom
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toByteArray: Array[Byte]

    Permalink

    bytes of a big-endian value, zero-indexed from the least-significant-bit.

    bytes of a big-endian value, zero-indexed from the least-significant-bit.

    Definition Classes
    BitSetBloomBloom
  28. def toString(): String

    Permalink
    Definition Classes
    BitSetBloom → AnyRef → Any
  29. lazy val toUnsignedBigInt: BigInt

    Permalink

    consider overriding as lazy val

    consider overriding as lazy val

    Definition Classes
    BitSetBloomBloom
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Bloom[T, BitSetBloom[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped