Class HashedWheelTimer.HashedWheelBucket

  • Enclosing class:
    HashedWheelTimer

    private static final class HashedWheelTimer.HashedWheelBucket
    extends java.lang.Object
    Bucket that stores HashedWheelTimeouts. These are stored in a linked-list like datastructure to allow easy removal of HashedWheelTimeouts in the middle. Also the HashedWheelTimeout act as nodes themself and so no extra object creation is needed.