Uses of Class
org.codehaus.jackson.map.util.LRUMap

Packages that use LRUMap
org.codehaus.jackson.map.util Utility classes for Mapper package. 
 

Uses of LRUMap in org.codehaus.jackson.map.util
 

Fields in org.codehaus.jackson.map.util declared as LRUMap
protected  LRUMap<ClassKey,SerializedString> RootNameLookup._rootNames
          For efficient operation, let's try to minimize number of times we need to introspect root element name to use.