(int index)
| 145 | } |
| 146 | |
| 147 | @Override |
| 148 | public char charAt(int index) { |
| 149 | if (index != 0) { |
| 150 | throw new IndexOutOfBoundsException("Index: " + index + ", Length: 1"); |
| 151 | } |
| 152 | return keyCode; |
| 153 | } |
| 154 | |
| 155 | @Override |
| 156 | public int length() { |
no outgoing calls