An NDoc Documented Class Library

RotDeque.RealIndex Method 

Get the actual position of an object in the items[] array.

protected int RealIndex(
   int idx
);

Parameters

idx
the index relative to the deque's head

Return Value

The index in the items[] array.

See Also

RotDeque Class | Ringlet.Collections Namespace