org.stringtree.juicer.string
Class EmptyStringSource

java.lang.Object
  extended by org.stringtree.juicer.string.EmptyStringSource
All Implemented Interfaces:
StringSource

public class EmptyStringSource
extends java.lang.Object
implements StringSource


Field Summary
static StringSource it
           
 
Constructor Summary
EmptyStringSource()
           
 
Method Summary
 java.lang.String nextString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

public static final StringSource it
Constructor Detail

EmptyStringSource

public EmptyStringSource()
Method Detail

nextString

public java.lang.String nextString()
Specified by:
nextString in interface StringSource