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

prompto.store.IStoredIterable Maven / Gradle / Ivy

The newest version!
package prompto.store;

public interface IStoredIterable extends Iterable {
	
	long count();
	long totalCount();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy