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

com.unit16.z.indexed.Indexed Maven / Gradle / Ivy

package com.unit16.z.indexed;

public interface Indexed {

	A get(int i);
	
	int size();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy