Interface DefaultCachingStrategy.ConsideredSame
- Enclosing class:
DefaultCachingStrategy
protected static interface DefaultCachingStrategy.ConsideredSame
A functor indicating that two objects are considered the same.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
isSame
Checks the given two objects.- Parameters:
o1- the first objecto2- the second object- Returns:
truefor equals,falseelse
-