Skip to content

Instantly share code, notes, and snippets.

View amitin's full-sized avatar

Alexander Mitin amitin

  • Instantiations
View GitHub Profile
package finddups;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class FindDups {
private static int totalFiles = 0;