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

org.jruby.ir.Counter Maven / Gradle / Ivy

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

// Just an int-wrapper so that we can modify the counter in-place
// (unlike an Integer which is immutable)
public class Counter {
    public long count = 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy