108109110111112113114
public IsolatedPreset.IsolatedVoice.IsolatedZone getIsolatedZone(Integer z) throws NoSuchZoneException { int zi = z.intValue(); if (zi >= 0 && zi < zones.length) return zones[zi]; throw new NoSuchZoneException(z.toString()); }