Searched refs:currOtherHost (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepConfig.java35 private int currOtherHost; field in class:RepConfig
46 currOtherHost = 0;
84 currOtherHost = 0;
87 return (RepRemoteHost)otherHosts.get(currOtherHost);
92 currOtherHost++;
93 if (currOtherHost >= otherHosts.size())
95 return (RepRemoteHost)otherHosts.get(currOtherHost);

Completed in 19 milliseconds