JTemporal Home
Tutorial

Package net.sf.jtemporal.util

Generic independent tool classes.

See:
          Description

Interface Summary
CloseableIterator<V> An iterator the should be closed as soon it is not used anymore.
 

Class Summary
EmptyIterator Immutable empty read-only iterator (singleton).
EmptySet Immutable empty read-only set (singleton).
IteratorFilter A proxy over an existing iterator, that filters some entries.
LightLRUCache<K,V> A lightweight fast LRU cache, based on a HashMap and a linked list.
ReadOnlySet Set proxy, restricting operations to read-only.
SimpleCloseableIterator Decorates an existing Iterator to make it closeable.
SingleElementIterator A read-only Iterator, iterating over a single element.
SingleElementMap This is a read-only Map, contining a single entry.
SingleElementSet  
 

Package net.sf.jtemporal.util Description

Generic independent tool classes.


JTemporal Home
Tutorial