Java程序  |  9行  |  159 B

// Copyright 2008 The Android Open Source Project

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