Package com.singularsys.compatibility


package com.singularsys.compatibility
Compatibility classes providing basic implementations of standard Java classes missing from GWT.
  • Classes
    Class
    Description
    Minimal implementation of the java.io.BufferedReader.
    Simple implementation, just prints the value, does not attempt to round to values.
    Simple implementation, with just Infinity and NaN.
    Do nothing implementation.
    A very restricted re-implementation of the Matcher class.
    A simplified replacement for java.text.MessageFormat uses code from stackoverflow
    very simple NumberFormat implementation, just appends the value to the buffer with no attempt to set the number of digits.
    A very restricted re-implementation of the Pattern class.
    Do nothing implementation.