9596979899100101102
throws Bounds { try { return (NamedValue) _namedValues.elementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }
105106107108109110111112
throws Bounds { try { _namedValues.removeElementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }
6465666768697071
throws Bounds { try { return (TypeCode) _exceptions.elementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }
7475767778798081
throws Bounds { try { _exceptions.removeElementAt(index); } catch (ArrayIndexOutOfBoundsException e) { throw new Bounds(); } }
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(); } }