Top Description Methods
org.apache.derby.iapi.util

public Interface Matchable

Known Direct Implementers
org.apache.derby.iapi.store.raw.ContainerKey, org.apache.derby.impl.store.raw.xact.EscalateContainerKey

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

Method Summary

Modifier and TypeMethod and Description
public boolean
match(Object other)

Return true if the passed in object matches this object.

Method Detail

matchback to summary
public boolean match(Object other)

Return true if the passed in object matches this object.