Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b8be6964f00c511f00fed788c030da8c > files > 30

jdiff-manual-1.0.10-2.0.5mdv2010.0.i586.rpm

package com.acme.sp;

import java.lang.*;

/**
 * This class is the implementation of the interface SP.
 */
public abstract interface SP {

    /** 
     * This method must be implemented by all classes which implement this 
     * interface.
     */
    public int saveName(String name, int value);
}