org.stringtree.juicer.tract
Class EmptyTractSource

java.lang.Object
  extended by org.stringtree.juicer.tract.EmptyTractSource
All Implemented Interfaces:
TractSource

public class EmptyTractSource
extends java.lang.Object
implements TractSource


Field Summary
static TractSource it
           
 
Constructor Summary
EmptyTractSource()
           
 
Method Summary
 Tract nextTract()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

public static final TractSource it
Constructor Detail

EmptyTractSource

public EmptyTractSource()
Method Detail

nextTract

public Tract nextTract()
Specified by:
nextTract in interface TractSource