home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
NETSCAP4.06
/
CP32E406.EXE
/
netcast.z
/
ncjava10.jar
/
netscape
/
palomar
/
sgml
/
charHolder.class
(
.txt
)
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-02-26
|
721 b
|
20 lines
package netscape.palomar.sgml;
class charHolder {
String _escape;
int _value;
charHolder(String escape, int value) {
this._escape = escape;
this._value = value;
}
public int getValue() {
return this._value;
}
public String getEscape() {
return this._escape;
}
}