Nuclex.Support/Source/Collections
Markus Ewald 313b006f83 Added license tags in the files where they were amiss; added IntegerHelper class with a method to quickly determine the next power of 2 to any number
git-svn-id: file:///srv/devel/repo-conversion/nusu@82 d2e56fa2-650e-0410-a79f-9358c0239efd
2008-07-17 21:19:41 +00:00
..
ItemEventArgs.cs Added license tags in the files where they were amiss; added IntegerHelper class with a method to quickly determine the next power of 2 to any number 2008-07-17 21:19:41 +00:00
ObservableCollection.cs Some more minor documentation improvements 2008-07-17 20:51:35 +00:00
ObservableCollection.Test.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
PairPriorityQueue.cs Added Peek() method to the priority queue classes (it's a method and not a property because it can potentially fail with an exception and a property might lead someone to not think about this possibility) 2008-07-15 20:36:16 +00:00
PairPriorityQueue.Test.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
Parentable.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
ParentingCollection.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
PriorityItemPair.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
PriorityQueue.cs Added read-only collection wrappers for IDictionary<>, IList<> and ICollection<> since the classes provided by the .NET framework in System.Collections.ObjectModel are incomplete and inconsistent (eg. System.Collections.ObjectModel.ReadOnlyCollection wraps an IList<>!); minor improvements to documentation; added ReverseComparer for inverting the results of an existing IComparer<> or simply comparing values in inverted order 2008-07-17 20:44:40 +00:00
PriorityQueue.Test.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
ReadOnlyCollection.cs Added license tags in the files where they were amiss; added IntegerHelper class with a method to quickly determine the next power of 2 to any number 2008-07-17 21:19:41 +00:00
ReadOnlyDictionary.cs Added license tags in the files where they were amiss; added IntegerHelper class with a method to quickly determine the next power of 2 to any number 2008-07-17 21:19:41 +00:00
ReadOnlyList.cs Added license tags in the files where they were amiss; added IntegerHelper class with a method to quickly determine the next power of 2 to any number 2008-07-17 21:19:41 +00:00
ReverseComparer.cs Added license tags in the files where they were amiss; added IntegerHelper class with a method to quickly determine the next power of 2 to any number 2008-07-17 21:19:41 +00:00
RingMemoryStream.cs Added read-only collection wrappers for IDictionary<>, IList<> and ICollection<> since the classes provided by the .NET framework in System.Collections.ObjectModel are incomplete and inconsistent (eg. System.Collections.ObjectModel.ReadOnlyCollection wraps an IList<>!); minor improvements to documentation; added ReverseComparer for inverting the results of an existing IComparer<> or simply comparing values in inverted order 2008-07-17 20:44:40 +00:00
RingMemoryStream.Test.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
TransformingReadOnlyCollection.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
TransformingReadOnlyCollection.Interfaces.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00