Javadoc
This commit is contained in:
parent
04fe0aa3b6
commit
5819261531
|
@ -414,7 +414,12 @@ public class DualTreeBidiMap<K, V> extends AbstractDualBidiMap<K, V>
|
|||
return ((SortedMap<V, K>) reverseMap).comparator();
|
||||
}
|
||||
|
||||
// Serialization
|
||||
/**
|
||||
* Serializes this object to an ObjectOutputStream.
|
||||
*
|
||||
* @param out the target ObjectOutputStream.
|
||||
* @throws IOException thrown when an I/O errors occur writing to the target stream.
|
||||
*/
|
||||
private void writeObject(final ObjectOutputStream out) throws IOException {
|
||||
out.defaultWriteObject();
|
||||
out.writeObject(normalMap);
|
||||
|
|
Loading…
Reference in New Issue