|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XShort | |
| edu.neu.ccs | Provides the Stringable interface and data models that implement the interface. |
| Uses of XShort in edu.neu.ccs |
| Subclasses of XShort in edu.neu.ccs | |
class |
HexXShort
Class HexXShort extends XShort
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| Methods in edu.neu.ccs that return XShort | |
static XShort[] |
XShort.toXArray(short[] a)
Returns an array of XShort objects
initialized from the given array
of short values. |
| Methods in edu.neu.ccs with parameters of type XShort | |
static short[] |
XShort.toPrimitiveArray(XShort[] x)
Returns an array of primitive short values
copied from the given array
of XShort objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||