
com.github.spyhunter99.dex.model.CountData Maven / Gradle / Ivy
package com.github.spyhunter99.dex.model;
/**
* Created by alex on 10/6/16.
*/
public class CountData {
public String fileName;
public Node packageTree;
//public Map packageCount = new HashMap();
public Metric overallMetrics = new Metric();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy