This class is not a general-purpose ConcurrentMap implementation! While this class implements the Map interface, it intentionally violates Map's general contract, which mandates the use of the equals method when comparing objects. Instead of the equals method this implementation compares the serialized byte version of the objects.
Gotchas:
This class does not allow null to be used as a key or value.
@param < K> key @param < V> value @see java.util.concurrent.ConcurrentMapA Map consists of:
Responsibilities:
@author Jesse @since 0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|