- Timestamp:
- 07/03/17 10:57:53 (7 years ago)
- Location:
- trunk/sources/HeuristicLab.DataPreprocessing.Views
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/Utils/FindPreprocessingItemsIterator.cs
r14185 r15110 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.