me.xdrop.jrand.data.IndexMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jrand Show documentation
Show all versions of jrand Show documentation
Java random data generation library
The newest version!
package me.xdrop.jrand.data;
import me.xdrop.jrand.Tuple;
public interface IndexMapper {
Tuple indexedMap(T element);
}