An immutable object representing the complation of a value. A completion is described by:
Map.Entry<String, Boolean>
map where the key is string value of the completion and the boolean value tells whether the value is a suffix (i.e it ends the value) or not (i.e it can be further more completed).The following guidelines should be respected:
Example: a completer that would complete colors could
Example: a completer that would complete java packages could
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|