Searched defs:Box (Results 1 – 1 of 1) sorted by relevance
169 class Box { in testSerializeCapturingNonSerializable() class172 Box(String s) { this.s = s; } in testSerializeCapturingNonSerializable() method in SerializedLambdaTest.Box