• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2008 The Android Open Source Project
2 
3 /**
4  * Common interface.
5  */
6 public interface ICommon {
getDoubledInstance()7     public DoubledImplement getDoubledInstance();
8 }
9 
10