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?
