com.cc.framework.util
Class Algorithms.NullFilter

java.lang.Object
  extended bycom.cc.framework.util.Algorithms.NullFilter
All Implemented Interfaces:
AlgorithmFilter
Enclosing class:
Algorithms

public static class Algorithms.NullFilter
extends java.lang.Object
implements AlgorithmFilter

Filter that excludes nothing


Constructor Summary
Algorithms.NullFilter()
           
 
Method Summary
 boolean exclude(java.lang.String uniqueId, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Algorithms.NullFilter

public Algorithms.NullFilter()
Method Detail

exclude

public boolean exclude(java.lang.String uniqueId,
                       java.lang.Object obj)
Specified by:
exclude in interface AlgorithmFilter
Parameters:
uniqueId - Id
obj - Object
Returns:
returns true when a key should be skipped in an iteration
See Also:
AlgorithmFilter.exclude(java.lang.String, java.lang.Object)


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.