Firefish 0.5.10

Package gov.lbl.dsd.firefish.util

Utilitiy classes such as special hash sets, timers that trigger tasks at a scheduled time.

See:
          Description

Class Summary
DateTimeHelper Utilities for those crappy XML xsd:DateTime conversions to and from the nice, easy and straightforward canonical world-wide interoperable coordinated universal time (UTC) format returned by the System.currentTimeMillis(), which itself relies on the gettimeofday() family of functions existing on every operating system and programming language on this earth.
Format A class for formatting numbers that follows printf conventions.
KeyedTimerTask A task for HashMaps; Comparison for equality is by a given key; to be executed by a Timer at a scheduled time.
NIOUtil Miscellaneous java.nio (new I/O) related utility functions.
Timer A facility for threads to schedule tasks for future execution in a background thread.
TimerTask A task that can be scheduled for one-time or repeated execution by a Timer.
 

Package gov.lbl.dsd.firefish.util Description

Utilitiy classes such as special hash sets, timers that trigger tasks at a scheduled time.


Firefish 0.5.10

Jump to the Firefish Homepage