public class IdIndexMappingBuilder extends Object implements org.apache.commons.lang3.builder.Builder<IdIndexMapping>
Constructor and Description |
---|
IdIndexMappingBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
add(long id)
Add an ID to the index.
|
void |
addAll(Collection<? extends Long> ids) |
IdIndexMapping |
build() |
public void add(long id)
id
- The ID to add to the index.public void addAll(Collection<? extends Long> ids)
public IdIndexMapping build()
build
in interface org.apache.commons.lang3.builder.Builder<IdIndexMapping>