|
Rename Variable before : long to beforeCIndex : long in method public size() : int in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currentProducerIndex : long to pIndex : long in method public offerIfBelowTheshold(e E, threshold int) : boolean in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable consumerIndex : long to cIndex : long in method public relaxedPeek() : E in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currHead : long to cIndex : long in method public failFastOffer(e E) : int in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable consumerIndex : long to cIndex : long in method public drain(c Consumer<E>, w WaitStrategy, exit ExitCondition) : void in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currHead : long to cIndex : long in method public offerIfBelowTheshold(e E, threshold int) : boolean in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currConsumerIndex : long to cIndex : long in method public fill(s Supplier<E>, limit int) : int in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable consumerIndex : long to cIndex : long in method public poll() : E in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currentProducerIndex : long to pIndex : long in method public fill(s Supplier<E>, limit int) : int in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currHead : long to cIndex : long in method public offer(e E) : boolean in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currentProducerIndex : long to pIndex : long in method public offer(e E) : boolean in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable consumerIndex : long to cIndex : long in method public drain(c Consumer<E>, limit int) : int in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable consumerIndex : long to cIndex : long in method public peek() : E in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable currentTail : long to pIndex : long in method public failFastOffer(e E) : int in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable consumerIndex : long to cIndex : long in method public relaxedPoll() : E in class org.jctools.queues.MpscArrayQueue |
From |
To |
|
Rename Variable after : long to afterCIndex : long in method public size() : int in class org.jctools.queues.MpscArrayQueue |
From |
To |