abstract fun get(k: K, resultHandler: Handler<AsyncResult<ChoosableIterable<V>>>): Unit
Get the values from the map for the key. If the key isn't in the map, an empty ChoosableIterable must be returned.
resultHandler - This will be called with the list of values for the key. The type of the values returned must be ChoosableIterable