Changeset 15242 for stable/HeuristicLab.DataPreprocessing.Views/3.4/Utils
- Timestamp:
- 07/14/17 10:29:51 (8 years ago)
- Location:
- stable
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15110,15119,15210
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing.Views
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing.Views/3.4/Utils/FindPreprocessingItemsIterator.cs
r14186 r15242 26 26 namespace HeuristicLab.DataPreprocessing.Views { 27 27 class FindPreprocessingItemsIterator : IFindPreprocessingItemsIterator { 28 29 28 private IDictionary<int, IList<int>> items; 30 29 private Tuple<int, int> currentCell; … … 32 31 public FindPreprocessingItemsIterator(IDictionary<int, IList<int>> items) { 33 32 this.items = items; 34 Reset(); 33 Reset(); 35 34 } 36 35
Note: See TracChangeset
for help on using the changeset viewer.