// Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. public interface Intface { public int add_int (int scale); public double add_double (int scale); }