DictionaryKotlin
Commands syntax:
-
- set hello world (Adding the pair 'hello-world')
-
- remove key=hello (Removing the pair with key 'hello')
- remove value=world (Removing the pair with value 'world')
- remove key=hello value=world (Removing the pair 'hello-world')
-
- find key=he (Finding the pair which key starts with 'he')
- find value=wo (Finding the pair which value starts with 'wo')
- find key=he value=wo (Finding the pair which key starts with 'he' and value starts with 'wo')