Home | History | Annotate | Download | only in util

Lines Matching defs:readObject

1167     private void readObject(java.io.ObjectInputStream s)
1204 K key = (K)s.readObject();
1206 V value = (V)s.readObject();
1213 * The put method used by readObject. This is provided because put
1214 * is overridable and should not be called in readObject since the