for(int i=0;i<values.length;i++){
    if(values[i]==value){
        return i;
    }
}

results matching ""

    No results matching ""