Package io.netty.util

Class HashedWheelTimer.HashedWheelBucket

java.lang.Object
io.netty.util.HashedWheelTimer.HashedWheelBucket
Enclosing class:
HashedWheelTimer

private static final class HashedWheelTimer.HashedWheelBucket extends 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.