You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by sam mohel <sa...@gmail.com> on 2017/05/31 13:12:26 UTC

How can i define method in file with extension .class?

I need to define another method in ITuble.class like

    public Object getValue(int i);

but with Float

    public Object getValue(float j);

How can i add it ?

I'm new to storm so Can I find the method that make the same job as I
searched and couldn't find , isn't right?