public abstract class KeysAndValuesModifier<T extends KeysAndValues<I,T>,K extends KeysAndValuesModifier<T,K,I>,I extends KeyAndValue> extends Object
| Constructor and Description | 
|---|
KeysAndValuesModifier()  | 
| 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 keysAndValues)  | 
K | 
withAdd(T add)  | 
K | 
withRemove(List<String> remove)  | 
K | 
withReplace(T replace)  | 
Copyright © 2022. All rights reserved.