Package squidpony

Class Converters

java.lang.Object
squidpony.Converters

public class Converters
extends Object
Ways to produce concrete implementations of StringConvert for various data structures. Keeping the StringConvert producers separate from the data structures allows us to convert JDK types as well as to keep the parts that need ObText, and thus RegExodus, separate from the more general-use data structures. Created by Tommy Ettinger on 3/9/2017.