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

org.kevoree.modeling.KPreparedLookup Maven / Gradle / Ivy

The newest version!
package org.kevoree.modeling;

public interface KPreparedLookup {

    void addLookupOperation(long universe, long time, long uuid);

    long[] flatLookup();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy