
com.github.spyhunter99.dex.model.Node Maven / Gradle / Ivy
package com.github.spyhunter99.dex.model;
import java.util.NavigableMap;
import java.util.TreeMap;
/**
* Created by alex on 10/6/16.
*/
public class Node {
public Metric count = new Metric();
public NavigableMap children = new TreeMap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy