Java程序  |  10行  |  160 B

// Copyright 2008 The Android Open Source Project

/**
 * Common interface.
 */
public interface ICommon {
    public DoubledImplement getDoubledInstance();
}