Package gg.xp.xivdata.data
Class CsvMapLoader<K,V>
java.lang.Object
gg.xp.xivdata.data.CsvMapLoader<K,V>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V> CsvMapLoader.Builder<K, V> builder
(Supplier<List<String[]>> cellSupplier, Function<CsvRowHelper, @Nullable V> rowReader, BiFunction<CsvRowHelper, V, K> keyExtractor) read()
-
Method Details
-
read
-
builder
public static <K,V> CsvMapLoader.Builder<K,V> builder(Supplier<List<String[]>> cellSupplier, Function<CsvRowHelper, @Nullable V> rowReader, BiFunction<CsvRowHelper, V, K> keyExtractor)
-