derby 10.17.1.0
org.apache.derby.engine
org.apache.derby.iapi.util
Matchable
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 Type
Method and Description
public
boolean
match
(
Object
other
)
Return true if the passed in object matches this object.
Method Detail
match
back to summary
public
boolean
match
(
Object
other
)
Return true if the passed in object matches this object.