de.lessvoid.xml.tools
Class Split

java.lang.Object
  extended by de.lessvoid.xml.tools.Split

public class Split
extends Object


Constructor Summary
Split()
           
 
Method Summary
static String join(List<String> parts)
           
static List<String> split(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Split

public Split()
Method Detail

split

public static List<String> split(String value)

join

public static String join(List<String> parts)


Copyright © 2011. All Rights Reserved.