355356357358359360361362363364365
Map<Object, Object> r; if (reuse == null) { r = new HashMap<Object, Object>(); } else { r = (HashMap<Object, Object>) reuse; r.clear(); } while (true) { int more = buffer.read(invert); if (more == 0) {
416417418419420421422423424425426
341342343344345346347348349350351
Map<Object, Object> r; if (reuse == null) { r = new HashMap<Object, Object>(); } else { r = (HashMap<Object, Object>)reuse; r.clear(); } // Read the map int size = 0; while (true) {
473474475476477478479480481482483
478479480481482483484485486487488
483484485486487488489490491492493
466467468469470471472473474475476
354355356357358359360361362363364