public void writeExternal(final ObjectOutput out) throws IOException
{
out.writeInt(this.map.size());
try
{
this.map.forEachKeyValue(new CheckedDoubleFloatProcedure()
{
@Override
public void safeValue(double key, float value) throws IOException
{
out.writeDouble(key);