internalMap property

  1. @protected
Map<K, V> internalMap
final

The internal representation of the unmodifiable map. Not guarunteed to be unmodifiable.

Implementation

@protected
final Map<K, V> internalMap;