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. |
match
boolean match(java.lang.Object other)
- Return true if the passed in object matches
this object.
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.