> + private V put(K key, V value, boolean fireMapListeners) {
...
One suggestion - I'd call the argument "notifyListeners" rather than
"fireMapListeners". It's a minor distinction, but you "fire" an event, not a
listener.> + private V put(K key, V value, boolean fireMapListeners) {
...
One suggestion - I'd call the argument "notifyListeners" rather than
"fireMapListeners". It's a minor distinction, but you "fire" an event, not a
listener.