Searched refs:unboxInner (Results 1 – 1 of 1) sorted by relevance
2097 public CompareBoxed(boolean unboxInner) { in CompareBoxed() argument2098 this.unboxInner = unboxInner; in CompareBoxed()2122 if (unboxInner && oo1 instanceof Any) { in equalValues()2135 private final boolean unboxInner; field in TestAny.CompareBoxed2143 public CompareUnboxed(boolean unboxInner) { in CompareUnboxed() argument2144 this.unboxInner = unboxInner; in CompareUnboxed()2148 return new CompareBoxed(unboxInner).equal(((Any) o1).getObject(), in equal()2152 private final boolean unboxInner; field in TestAny.CompareUnboxed
Completed in 27 milliseconds