- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for writeExternal (0.05 seconds)
-
src/main/java/org/codelibs/core/collection/ArrayMap.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 20.1K bytes - Click Count (0) -
src/main/java/org/codelibs/core/collection/SLinkedList.java
return index; } index++; } } return -1; } @Override public void writeExternal(final ObjectOutput s) throws IOException { s.writeInt(size); for (Entry e = header.next; e != header; e = e.next) { s.writeObject(e.element); } }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 10.5K bytes - Click Count (0)