commit | 6d3d25de2100fece265be9e76d1a3bc0a80270aa | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Tue Jul 28 14:54:49 2009 -0700 |
committer | Robert Griesemer <gri@golang.org> | Tue Jul 28 14:54:49 2009 -0700 |
tree | 7876c665e91f58dcdd7a7b5e1b20435498bfb2a7 | |
parent | e50d3ba7e4ce54327751153258296dc8bb0c1b9e [diff] |
Ring ADT. - Provides analogous functionality to a doubly-linked list implementation. - Completely symmetric set of operations. - Operations on the ADT do not lead to results that are outside the domain of the ADT (closed interface). - Alternative to container/list. R=rsc DELTA=489 (489 added, 0 deleted, 0 changed) OCL=32284 CL=32323