jdk/src/java.desktop/share/classes/javax/swing/ArrayTable.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    49 
    49 
    50 
    50 
    51     /**
    51     /**
    52      * Writes the passed in ArrayTable to the passed in ObjectOutputStream.
    52      * Writes the passed in ArrayTable to the passed in ObjectOutputStream.
    53      * The data is saved as an integer indicating how many key/value
    53      * The data is saved as an integer indicating how many key/value
    54      * pairs are being archived, followed by the the key/value pairs. If
    54      * pairs are being archived, followed by the key/value pairs. If
    55      * <code>table</code> is null, 0 will be written to <code>s</code>.
    55      * <code>table</code> is null, 0 will be written to <code>s</code>.
    56      * <p>
    56      * <p>
    57      * This is a convenience method that ActionMap/InputMap and
    57      * This is a convenience method that ActionMap/InputMap and
    58      * AbstractAction use to avoid having the same code in each class.
    58      * AbstractAction use to avoid having the same code in each class.
    59      */
    59      */