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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DAny.java265 abstract public short extract_ushort() throws BAD_OPERATION; method in class:Any
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImpl.java302 return (extract_ushort() == otherAny.extract_ushort());
732 public short extract_ushort() method in class:AnyImpl
734 //debug.log ("extract_ushort");

Completed in 34 milliseconds