case class BinarySearchFilterMatcher(filter: GolombFilter) extends BlockFilterMatcher with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinarySearchFilterMatcher
- Serializable
- Product
- Equals
- BlockFilterMatcher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BinarySearchFilterMatcher(filter: GolombFilter)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val decodedHashes: Vector[UInt64]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filter: GolombFilter
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matches(data: ByteVector): Boolean
Checks if the underlying filter matches the given data
Checks if the underlying filter matches the given data
- Definition Classes
- BinarySearchFilterMatcher → BlockFilterMatcher
- def matchesAny(data: Vector[ByteVector]): Boolean
Hashes the given vector of data and calls matchesAnyHash() to find a match
Hashes the given vector of data and calls matchesAnyHash() to find a match
- Definition Classes
- BinarySearchFilterMatcher → BlockFilterMatcher
- def matchesAnyHash(hashes: Vector[UInt64]): Boolean
Checks whether there's a match for at least one of the given hashes
- def matchesHash(hash: UInt64): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()