Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/IdentityHashMap/
DBasic.java63 record Box(int i) { in Box() method in Basic
64 Box(Box other) { in Box() method
120 private void checkEntries(Collection<Map.Entry<Box, Box>> c, Map.Entry<Box, Box>... given) { in checkEntries()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DSerializedLambdaTest.java169 class Box { in testSerializeCapturingNonSerializable() class
172 Box(String s) { this.s = s; } in testSerializeCapturingNonSerializable() method in SerializedLambdaTest.Box