Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList

Class ADT.CircularList

Description

This is an circular list implemented by an array. It has a constant time complexity for pop and push. It has a limited max size but it can be increased with the method allocate.