All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.dystat.Bucket

java.lang.Object
   |
   +----benno.dystat.Bucket

public class Bucket
extends Object
implements Serializable
An abstract Bucket to be handled by ResourceCounter. It should be suitably subclassed by a programmer who subclasses ResourceCounter.
The class is not typed abstract because I need to instantiate it for the NOBUCKET constant in ResourceContainer.


Constructor Index

 o Bucket()
 o Bucket(Date)

Method Index

 o dump()

Constructors

 o Bucket
 public Bucket(Date d)
 o Bucket
 public Bucket()

Methods

 o dump
 public void dump()

All Packages  Class Hierarchy  This Package  Previous  Next  Index