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

io.github.serpro69.kfaker.dictionary.Dictionary.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-rc.7
Show newest version
package io.github.serpro69.kfaker.dictionary

import java.util.*

/**
 * Represents a map of yaml-based data categories (i.e. `address`, `book`, etc.) to their values.
 */
internal typealias Dictionary = EnumMap

/**
 * Represents a dictionary data map of a given category (i.e. `address`)
 * where the `key` is a "function name" (i.e. `address.city`).
 */
internal typealias YamlCategoryData = LinkedHashMap




© 2015 - 2024 Weber Informatics LLC | Privacy Policy