Interface TestInterface1

All Known Implementing Classes:
TestClass1, TestClass2

public interface TestInterface1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    a(String a)
     
    b()
     
    c(Integer i, double... ds)