Class FIFOHashbelt

All Implemented Interfaces:
Map<Object,Object>, Cache

public final class FIFOHashbelt extends AbstractHashbelt
A perfectly ordinary hashbelt. Objects all go into the first container on the belt, and make their way down over time until they fall off the end.
Since:
1.0
Version:
$Revision: 8102 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Ralf Joachim
  • Field Details

  • Constructor Details

    • FIFOHashbelt

      public FIFOHashbelt()
  • Method Details