Package org.logicblaze.lingo.util

A number of Java 2 Collections implementations which work as distributed collections together with some useful collections or concurrency based utilities such as LRUCache and TimeoutMap.

See:
          Description

Interface Summary
TimeoutMap Represents a thread safe map of values which timeout after a period of inactivity.
 

Class Summary
DefaultTimeoutMap  
LRUCache A simple least-recently-used cache of a fixed size.
ScheduledTask A simple POJO which is useful for wiring together tasks in an IoC type way.
TimeoutMapEntry Represents an entry in a TimeoutMap
 

Package org.logicblaze.lingo.util Description

A number of Java 2 Collections implementations which work as distributed collections together with some useful collections or concurrency based utilities such as LRUCache and TimeoutMap.



Copyright © 2011 LogicBlaze, Inc.. All Rights Reserved.