Interface Parser<T>

Type Parameters:
T - the type to parse
All Known Implementing Classes:
DoubleParser, IntegerParser, LongParser, PassthroughParser

public interface Parser<T>
An object that can parse text and return a value.
  • Method Summary

    Modifier and Type
    Method
    Description