createMap<R> abstract method

Map<T, R> createMap<R>()

Creates an empty map of type Map<T, R>.

Implementation

Map<T, R> createMap<R>();