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

com.g2forge.alexandria.adt.collection.strategy.ICollectionStrategy Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package com.g2forge.alexandria.adt.collection.strategy;

import com.g2forge.alexandria.adt.collection.collector.ICollectionBuilder;

public interface ICollectionStrategy {
	public ICollectionBuilder builder();

	public Iterable iterable(C collection);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy