public class Dispatcher
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
dispatch
public <A,
B> Map<A,B> dispatch(@NotNull
@NotNull List<A> keys,
@NotNull
@NotNull List<B> values)