Uses of Package
org.simpleframework.xml.util
-
Classes in org.simpleframework.xml.util used by org.simpleframework.xml.convert Class Description Cache TheCacheinterface is used to represent a cache that will store key value pairs.ConcurrentCache TheConcurrentCacheinterface is used to represent a cache that will store key value pairs. -
Classes in org.simpleframework.xml.util used by org.simpleframework.xml.core Class Description Cache TheCacheinterface is used to represent a cache that will store key value pairs. -
Classes in org.simpleframework.xml.util used by org.simpleframework.xml.strategy Class Description Cache TheCacheinterface is used to represent a cache that will store key value pairs.WeakCache TheWeakCacheobject is an implementation of a cache that holds on to cached items only if the key remains in memory. -
Classes in org.simpleframework.xml.util used by org.simpleframework.xml.stream Class Description Cache TheCacheinterface is used to represent a cache that will store key value pairs. -
Classes in org.simpleframework.xml.util used by org.simpleframework.xml.transform Class Description Cache TheCacheinterface is used to represent a cache that will store key value pairs. -
Classes in org.simpleframework.xml.util used by org.simpleframework.xml.util Class Description Cache TheCacheinterface is used to represent a cache that will store key value pairs.Dictionary.Table TheTableobject is used to represent a map of entries mapped to a string name.Entry TheEntryobject represents entries to the dictionary object.LimitedCache TheLimitedCacheinterface is used to represent a cache that will store key value pairs.Match This object is stored within aResolverso that it can be retrieved using a string that matches its pattern.Resolver.Cache This is used to cache resolutions made so that the matches can be acquired the next time without performing the resolution.Resolver.Stack This is used to store theMatchimplementations in resolution order.WeakCache.Segment The segment is effectively a synchronized weak hash map.WeakCache.SegmentList This is used to maintain a list of segments.