com.dyuproject.util
Class Delim

java.lang.Object
  extended by 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

Field Summary
static Pattern AMPER
           
static Pattern COLON
           
static Pattern COMMA
           
static Pattern EQUALS
           
static Pattern SEMI_COLON
           
static Pattern SLASH
           
 
Constructor Summary
Delim()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Delim

public Delim()


Copyright © 2013. All Rights Reserved.