Home
last modified time | relevance | path

Searched refs:unboxInner (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/bridges/test/java_uno/any/
H A DTestAny.java2097 public CompareBoxed(boolean unboxInner) { in CompareBoxed() argument
2098 this.unboxInner = unboxInner; in CompareBoxed()
2122 if (unboxInner && oo1 instanceof Any) { in equalValues()
2135 private final boolean unboxInner; field in TestAny.CompareBoxed
2143 public CompareUnboxed(boolean unboxInner) { in CompareUnboxed() argument
2144 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 32 milliseconds