Re: [edk2] [PATCH v3 1/3] MdePkg: introduce OrderedCollectionLib library class

2014-08-11 Thread Kinney, Michael D
Laszlo, Thanks for the contribution. The patch looks good to me. Reviewed-by: Michael Kinney Mike -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Wednesday, August 06, 2014 1:24 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH v3 1/3] MdePkg

[edk2] [PATCH v3 1/3] MdePkg: introduce OrderedCollectionLib library class

2014-08-06 Thread Laszlo Ersek
This library class provides a set of APIs to manage an ordered collection of items: - Init(), - UnInit(), - Insert(), - Delete(), - IsEmpty(), - Next(), - Prev(), - Min(), - Max(), - Find(), - UserStruct(). There are many ways to implement an ordered collection. Depending on the frequency of the d