org.stringtree.fetcher
Class EmptyFetcher

java.lang.Object
  extended by org.stringtree.fetcher.EmptyFetcher
All Implemented Interfaces:
Container, Fetcher

public class EmptyFetcher
extends java.lang.Object
implements Fetcher, Container


Field Summary
static EmptyFetcher it
           
 
Fields inherited from interface org.stringtree.Container
CONTAINER
 
Constructor Summary
EmptyFetcher()
           
 
Method Summary
 boolean contains(java.lang.String key)
           
 java.lang.Object getObject(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

public static final EmptyFetcher it
Constructor Detail

EmptyFetcher

public EmptyFetcher()
Method Detail

getObject

public java.lang.Object getObject(java.lang.String key)
Specified by:
getObject in interface Fetcher

contains

public boolean contains(java.lang.String key)
Specified by:
contains in interface Container