Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.simpleframework.xml.util Classes and Interfaces - 8 results found.
| Name | Description | Type | Package | Framework |
| Cache | The Cache interface is used to represent a cache that will store key value pairs. | Interface | org.simpleframework.xml.util | Simple |
|
| ConcurrentCache | The ConcurrentCache interface is used to represent a cache that will store key value pairs. | Class | org.simpleframework.xml.util | Simple |
|
| Dictionary | The Dictionary object represents a mapped set of entry objects that can be serialized and deserialized. | Class | org.simpleframework.xml.util | Simple |
|
| Entry | The Entry object represents entries to the dictionary object. | Interface | org.simpleframework.xml.util | Simple |
|
| LimitedCache | The LimitedCache interface is used to represent a cache that will store key value pairs. | Class | org.simpleframework.xml.util | Simple |
|
| Match | This object is stored within a Resolver so that it can be retrieved using a string that matches its pattern. | Interface | org.simpleframework.xml.util | Simple |
|
| Resolver | This is used to store Match objects, which can then be retrieved using a string by comparing that string to the pattern of | Class | org.simpleframework.xml.util | Simple |
|
| WeakCache | The WeakCache object is an implementation of a cache that holds on to cached items only if the key remains in memory. | Class | org.simpleframework.xml.util | Simple |