Create/Initialize Queue
Create or initialize a queue data structure using filehash
databases
createQ(filename) initQ(filename)
filename |
character, file name for storing the queue data structure |
A new queue can be created using createQ
, which creates a file
for storing the queue information and returns an object of class
"queue"
.
The createQ
and initQ
functions both return an object of
class "queue"
.
Roger D. Peng rpeng@jhsph.edu
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.