org.at4j.archive
Class FalseAEF

java.lang.Object
  extended by org.entityfs.support.filter.FalseFilter<ArchiveEntry<?,?>>
      extended by org.at4j.archive.FalseAEF
All Implemented Interfaces:
Cloneable, ConvenientFilter<ArchiveEntry<?,?>>, Filter<ArchiveEntry<?,?>>

public final class FalseAEF
extends FalseFilter<ArchiveEntry<?,?>>

This is a filter that don't match any entries at all.

"AEF" stands for ArchiveEntryFilter.

Since:
1.0
Author:
Karl Gustafsson

Field Summary
static FalseAEF FILTER
          This singleton instance may be used instead of instantiating the filter.
 
Constructor Summary
FalseAEF()
           
 
Method Summary
 
Methods inherited from class org.entityfs.support.filter.FalseFilter
and, bitwiseNegate, equals, hashCode, matches, not, or, toString, xor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FILTER

public static final FalseAEF FILTER
This singleton instance may be used instead of instantiating the filter.

Constructor Detail

FalseAEF

public FalseAEF()