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

org.jruby.ir.util.ExplicitVertexID Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
package org.jruby.ir.util;

/**
 * Directed graph toString output and just general identification should
 * also implement DataInfo.
 */
public interface ExplicitVertexID {
    public int getID();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy