Interface DefaultCachingStrategy.ConsideredSame
-
- Enclosing class:
- DefaultCachingStrategy
protected static interface DefaultCachingStrategy.ConsideredSameA functor indicating that two objects are considered the same.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSame(java.lang.Object o1, java.lang.Object o2)Checks the given two objects.
-