/NavigableCollection

A collection with the previous and the next item.

Primary LanguageC#

NavigableCollection

This is a collection which can use the previous and the next item, using a wrapper in the form of a NavigableEntry<T>, see the test included for usage information.