6566676869707172
throws Bounds { try { return (String) _contexts.elementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }
7576777879808182
throws Bounds { try { _contexts.removeElementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }
5051525354555657
{ return contexts.get(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }
6263646566676869
{ contexts.remove(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }