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

se.gawell.fakeriak.index.KeyList Maven / Gradle / Ivy

The newest version!
package se.gawell.fakeriak.index;

import java.util.List;

public class KeyList {

	public List keys;

	public KeyList(List keys) {
		super();
		this.keys = keys;
	}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy