|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BloomFilter.BloomUpdate | |
|---|---|
| com.google.bitcoin.core | |
| Uses of BloomFilter.BloomUpdate in com.google.bitcoin.core |
|---|
| Methods in com.google.bitcoin.core that return BloomFilter.BloomUpdate | |
|---|---|
static BloomFilter.BloomUpdate |
BloomFilter.BloomUpdate.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BloomFilter.BloomUpdate[] |
BloomFilter.BloomUpdate.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.google.bitcoin.core with parameters of type BloomFilter.BloomUpdate | |
|---|---|
BloomFilter(int elements,
double falsePositiveRate,
long randomNonce,
BloomFilter.BloomUpdate updateFlag)
Constructs a new Bloom Filter which will provide approximately the given false positive rate when the given number of elements have been inserted. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||