We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dc520 commit 067b91cCopy full SHA for 067b91c
jmh/src/main/java/org/fastfilter/ConstructionState.java
@@ -28,15 +28,15 @@ public class ConstructionState {
28
"CUCKOO_PLUS_8",
29
"CUCKOO_PLUS_16",
30
"GCS"})
31
- TestFilterType type;
+ FilterType type;
32
33
long[] keys;
34
35
public long[] getKeys() {
36
return keys;
37
}
38
39
- public TestFilterType getConstructor() {
+ public FilterType getConstructor() {
40
return type;
41
42
0 commit comments