Uses of Package
org.apache.camel.util

Packages that use org.apache.camel.util
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel management 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Classes in org.apache.camel.util used by org.apache.camel.impl
LRUCache
          A Least Recently Used Cache
Ordered
          Interface to be implement by objects that should be orderable, such as in a Collection.
 

Classes in org.apache.camel.util used by org.apache.camel.management
KeyValueHolder
          Holder for a key and value.
 

Classes in org.apache.camel.util used by org.apache.camel.util
KeyValueHolder
          Holder for a key and value.
Time
          A helper class for working with times in various units
TimeoutMap
          Represents a map of values which timeout after a period of inactivity.
TimeoutMapEntry
          Represents an entry in a TimeoutMap
 



Apache CAMEL