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

org.snapscript.core.scope.index.Index Maven / Gradle / Ivy

package org.snapscript.core.scope.index;

public interface Index extends Iterable {
   int get(String name);
   int index(String name);
   void reset(int index);
   int size();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy