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

me.xdrop.jrand.data.IndexMapper Maven / Gradle / Ivy

The newest version!
package me.xdrop.jrand.data;

import me.xdrop.jrand.Tuple;

public interface IndexMapper {

    Tuple indexedMap(T element);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy