com
.
twitter
.
algebird
BFItem
Related Doc:
package algebird
case class
BFItem
(
item:
String
,
hashes:
BFHash
,
width:
Int
)
extends
BF
with
Product
with
Serializable
Bloom Filter with 1 value.
Source
BloomFilter.scala
Linear Supertypes
Serializable
,
Product
,
Equals
,
BF
,
Serializable
,
AnyRef
,
Any
Type Hierarchy
BFItem
BF
Product
Serializable
Ordering
Alphabetic
By Inheritance
Inherited
BFItem
Serializable
Product
Equals
BF
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
BFItem
(
item:
String
,
hashes:
BFHash
,
width:
Int
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
BF
Definition Classes
BFItem
→
BF
def
++
(
other:
BF
)
:
BF
Definition Classes
BFItem
→
BF
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
checkAndAdd
(
other:
String
)
: (
BF
,
ApproximateBoolean
)
Definition Classes
BFItem
→
BF
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
contains
(
x:
String
)
:
ApproximateBoolean
Definition Classes
BFItem
→
BF
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hashes
:
BFHash
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
item
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
lazy val
numHashes
:
Int
Definition Classes
BFItem
→
BF
def
size
:
Approximate
[
Long
]
Definition Classes
BFItem
→
BF
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
width
:
Int
Definition Classes
BFItem
→
BF
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
BF
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Bloom Filter with 1 value.