Searched defs:undef (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java416 public int getInt(int bandIndex) { throw undef(); }
417 public void putInt(int bandIndex, int value) { throw undef(); }
418 public Entry getRef(int bandIndex) { throw undef(); }
419 public void putRef(int bandIndex, Entry ref) { throw undef(); }
421 public int decodeBCI(int bciCode) { throw undef(); }
422 public int encodeBCI(int bci) { throw undef(); }
424 private RuntimeException undef() { method in class:Attribute.ValueStream
H A DBandStructure.java991 public CPRefBand(String name, Coding regularCoding, Object undef) { argument

Completed in 46 milliseconds