Rakesh API

Uses of Package
org.rakeshv.utils

Packages that use org.rakeshv.utils
org.rakeshv.dbutils JDBC utility classes to reduce chore of common JDBC calls. 
org.rakeshv.utils Utility classes developed for miscellaneous purposes. 
 

Classes in org.rakeshv.utils used by org.rakeshv.dbutils
ObjectCache
          A simple decorator around a LinkedHashMap and DynamicCache that can be used to cache object instances.
 

Classes in org.rakeshv.utils used by org.rakeshv.utils
Calendar
          A wrapper around java.util.GregorianCalendar.
DataStructure
          An interface for all the datastructures implemented in this package.
DynamicCache
          A Map used to implement a dynamic cache that grows only up to the heap space available to the process.
DynamicCache.Cleaner
          A TimerTask that is used to schedule clearing of mappings for garbage collected DynamicCache.Value objects.
DynamicCache.Value
          A sub-class of SoftReference used to represent the value stored in the DynamicCache.map.
LinkedHashMap
          A sub-class of java.util.LinkedHashMap used to implement a size controlled Map.
LinkedHashMap.Statistics
          An implementation of LinkedHashMap.Statistics used to track cache performance.
Map
          A sub-class of java.util.Map that defines additional methods that will be implemented by all the implementations that are used to implement caches.
Map.Statistics
          An interface that defines the methods that may be invoked to monitor cache usage.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan