protected abstract static class FindexBase.IndexRequest<SELF extends FindexBase.IndexRequest<SELF>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<IndexedValue,Set<Keyword>> |
additions |
protected Map<IndexedValue,Set<Keyword>> |
deletions |
protected int |
entryTableNumber |
protected byte[] |
label |
| Modifier | Constructor and Description |
|---|---|
protected |
IndexRequest() |
| Modifier and Type | Method and Description |
|---|---|
SELF |
add(Map<? extends ToIndexedValue,Set<Keyword>> additions) |
SELF |
add(ToIndexedValue toIndexedValue,
Set<Keyword> keywords) |
SELF |
add(ToIndexedValue toIndexedValue,
String[] keywords) |
protected byte[] label
protected Map<IndexedValue,Set<Keyword>> additions
protected Map<IndexedValue,Set<Keyword>> deletions
protected int entryTableNumber
public SELF add(Map<? extends ToIndexedValue,Set<Keyword>> additions)
public SELF add(ToIndexedValue toIndexedValue, Set<Keyword> keywords)
public SELF add(ToIndexedValue toIndexedValue, String[] keywords)
Copyright © 2023. All rights reserved.