com.google.caliper.util
Interface Parser<T>


public interface Parser<T>


Method Summary
 T parse(CharSequence text)
           
 

Method Detail

parse

T parse(CharSequence text)
        throws ParseException
Throws:
ParseException


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.