Extracted from Pike v7.8 release 352 at 2012-06-25.
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.