|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
registerForShutdown()
method.
readLine()
won't return.
null
get(thisKey)
or put(thisKey, something)
.
sourcesNumber
variable must be increased (see
put()
).
valuesNumber
variable must be increased (see
put()
).
isInstance()
and newInstance()
.
hashCode()
and equals()
,
and that these methods can be refined in each class to have a specific
behavior, it is actually possible to access an object in the hashtable
with different keys, provided these keys have the same hashCode and
return true
when they are compared with equals()
.put()
and add()
, this method
seeks the right place in the two tables.
readFrom()
.
static
keyword vs Serialization behavior.
d key1 <=> value1
for couples that are marked dirty,key2 <=> value2
for the others.
isInstance()
and newInstance()
.
key
to the specified
value
in this hashtable.
key
to the specified
value
in this hashtable.
b.length( )
bytes into an array.
len
bytes into an array, at a specified
offset.
boolean
from this file.
len
bytes into an array, at a specified
offset.
double
from this file.
float
from this file.
writeTo()
.
writeTo()
.
b.length
bytes from this file into the byte
array.
len
bytes from this file into the byte
array.
n
bytes of input.
P
.
P
.
P
.
#: docNumber
b.length
bytes from the specified byte array
starting at offset off
to this file.
len
bytes from the specified byte array
starting at offset off
to this file.
boolean
to the file as a 1-byte value.
byte
to the file as a 1-byte value.
len
bytes from an array to the file.
char
to the file as a 2-byte value, high
byte first.
long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the file as an
8-byte quantity, high byte first.
int
using the
floatToIntBits
method in class Float
,
and then writes that int
value to the file as a
4-byte quantity, high byte first.
int
to the file as four bytes, high byte first.
long
to the file as eight bytes, high byte first.
short
to the file as two bytes, high byte first.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |