Package edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.util.internal


package edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.util.internal
This package contains an implementation of a bounded ConcurrentMap data structure.

This package is intended only for use internally by Jackson libraries and has missing features compared to the full http://code.google.com/p/concurrentlinkedhashmap/ implementation.

The PrivateMaxEntriesMap class supplies an efficient, scalable, thread-safe, bounded map. As with the Java Collections Framework the "Concurrent" prefix is used to indicate that the map is not governed by a single exclusion lock.

See Also: