org.jvnet.fastinfoset
Class RestrictedAlphabet

java.lang.Object
  extended by org.jvnet.fastinfoset.RestrictedAlphabet

public final class RestrictedAlphabet
extends Object


Field Summary
static String DATE_TIME_CHARACTERS
           
static int DATE_TIME_CHARACTERS_INDEX
           
static String NUMERIC_CHARACTERS
           
static int NUMERIC_CHARACTERS_INDEX
           
 
Constructor Summary
RestrictedAlphabet()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMERIC_CHARACTERS

public static final String NUMERIC_CHARACTERS
See Also:
Constant Field Values

NUMERIC_CHARACTERS_INDEX

public static final int NUMERIC_CHARACTERS_INDEX
See Also:
Constant Field Values

DATE_TIME_CHARACTERS

public static final String DATE_TIME_CHARACTERS
See Also:
Constant Field Values

DATE_TIME_CHARACTERS_INDEX

public static final int DATE_TIME_CHARACTERS_INDEX
See Also:
Constant Field Values
Constructor Detail

RestrictedAlphabet

public RestrictedAlphabet()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.