org.apache.derby.iapi.util
Interface Matchable

All Known Implementing Classes:
ContainerKey, EscalateContainerKey

public interface Matchable

Provides the ability for an object to match a subset of a group of other objects. E.g in a cache.


Method Summary
 boolean match(java.lang.Object other)
          Return true if the passed in object matches this object.
 

Method Detail

match

public boolean match(java.lang.Object other)
Return true if the passed in object matches this object.


Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.