Uses of Package
org.simpleframework.xml.util
-
Classes in org.simpleframework.xml.util used by org.simpleframework.xml.convert Class Description Cache TheCache
interface is used to represent a cache that will store key value pairs.ConcurrentCache TheConcurrentCache
interface 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 TheCache
interface 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 TheCache
interface is used to represent a cache that will store key value pairs.WeakCache TheWeakCache
object 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 TheCache
interface 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 TheCache
interface 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 TheCache
interface is used to represent a cache that will store key value pairs.Dictionary.Table TheTable
object is used to represent a map of entries mapped to a string name.Entry TheEntry
object represents entries to the dictionary object.LimitedCache TheLimitedCache
interface is used to represent a cache that will store key value pairs.Match This object is stored within aResolver
so 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 theMatch
implementations 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.