All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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