222223224225226227228
/** * @internal ICU 3.0 */ public String[] getStringArray() { throw new UResourceTypeMismatchException(""); }
251252253254255256257
* @throws MissingResourceException * @throws UResourceTypeMismatchException * @draft ICU 3.0 */ public ByteBuffer getBinary() { throw new UResourceTypeMismatchException(""); }
268269270271272273274
* @throws MissingResourceException * @throws UResourceTypeMismatchException * @draft ICU 3.6 */ public byte [] getBinary(byte []ba) { throw new UResourceTypeMismatchException(""); }
282283284285286287288
* @throws MissingResourceException * @throws UResourceTypeMismatchException * @draft ICU 3.0 */ public int[] getIntVector() { throw new UResourceTypeMismatchException(""); }
296297298299300301302
* @throws MissingResourceException * @throws UResourceTypeMismatchException * @stable ICU 2.0 */ public int getInt() { throw new UResourceTypeMismatchException(""); }
311312313314315316317
* @throws MissingResourceException * @throws UResourceTypeMismatchException * @stable ICU 2.0 */ public int getUInt() { throw new UResourceTypeMismatchException(""); }
451452453454455456457
public String getString(int index) { ICUResourceBundle temp = get(index); if (temp.getType() == STRING) { return temp.getString(); } throw new UResourceTypeMismatchException(""); }
832833834835836837838
protected static final long RES_BOGUS = 0xffffffff; protected ICUResourceBundle handleGet(String key, HashMap table, ICUResourceBundle requested) { throw new UResourceTypeMismatchException(""); }
836837838839840841842
ICUResourceBundle requested) { throw new UResourceTypeMismatchException(""); } protected ICUResourceBundle handleGet(int index, HashMap table, ICUResourceBundle requested) { throw new UResourceTypeMismatchException(""); }