public abstract class Filter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.MACHINENUM |
| Modifier and Type | Field and Description |
|---|---|
protected BitMap |
bm |
protected long |
size |
| Constructor and Description |
|---|
Filter(long maxValue) |
Filter(long maxValue,
Filter.MACHINENUM X) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String str) |
boolean |
contains(String str) |
boolean |
containsAndAdd(String str) |
abstract long |
myHashCode(String str) |
protected BitMap bm
protected long size
public Filter(long maxValue,
Filter.MACHINENUM X)
throws Exception
ExceptionCopyright © 2017. All rights reserved.