K2Informatics.Erlnet.GenericQueue.Bucket.setNext C# (CSharp) Method

setNext() public method

public setNext ( Bucket newNext ) : void
newNext Bucket
return void
            public void setNext(Bucket newNext)
            {
                next = newNext;
            }