public abstract class KeysToMultiValuesModifier<T extends KeysToMultiValues<I,T>,K extends KeysToMultiValuesModifier<T,K,I>,I extends KeyToMultiValue> extends Object
Constructor and Description |
---|
KeysToMultiValuesModifier() |
Modifier and Type | Method and Description |
---|---|
K |
add(I... add) |
K |
add(List<I> add) |
boolean |
equals(Object o) |
T |
getAdd() |
List<String> |
getRemove() |
T |
getReplace() |
int |
hashCode() |
K |
remove(List<String> remove) |
K |
remove(String... remove) |
K |
replace(I... replace) |
K |
replace(List<I> replace) |
T |
update(T keysToMultiValues) |
K |
withAdd(T add) |
K |
withRemove(List<String> remove) |
K |
withReplace(T replace) |
Copyright © 2022. All rights reserved.