com.dyuproject.util
Class Delim
java.lang.Object
com.dyuproject.util.Delim
public abstract class Delim
- extends Object
Common delimiters (used to split strings into arrays)
that are pre-compiled to increase efficiency.
- Author:
- David Yu
Constructor Summary |
Delim()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMA
public static final Pattern COMMA
SLASH
public static final Pattern SLASH
COLON
public static final Pattern COLON
SEMI_COLON
public static final Pattern SEMI_COLON
AMPER
public static final Pattern AMPER
EQUALS
public static final Pattern EQUALS
Delim
public Delim()
Copyright © 2013. All Rights Reserved.