lundi 27 mars 2017

Regarding non Breaking of If statement

I have written the If statement code:

if(holidays.get(market) == null || !holidays.get(market).containsKey(tempDate)) {
                    tempDate = tempDate.addDays(1);
                }

The code will execute until the condition fails ? How is it possible? what i have to use

Aucun commentaire:

Enregistrer un commentaire