class SerializationProcedure extends java.lang.Object implements TDoubleDoubleProcedure, TDoubleFloatProcedure, TDoubleIntProcedure, TDoubleLongProcedure, TDoubleObjectProcedure, TDoubleProcedure, TFloatDoubleProcedure, TFloatFloatProcedure, TFloatIntProcedure, TFloatLongProcedure, TFloatObjectProcedure, TFloatProcedure, TIntDoubleProcedure, TIntFloatProcedure, TIntIntProcedure, TIntLongProcedure, TIntObjectProcedure, TIntProcedure, TLongDoubleProcedure, TLongFloatProcedure, TLongIntProcedure, TLongLongProcedure, TLongObjectProcedure, TLongProcedure, TObjectDoubleProcedure, TObjectFloatProcedure, TObjectIntProcedure, TObjectLongProcedure, TObjectObjectProcedure, TObjectProcedure
Any IOException is trapped here so that it can be rethrown in a writeObject method.
Created: Sun Jul 7 00:14:18 2002| Modifier and Type | Field and Description |
|---|---|
(package private) java.io.IOException |
exception |
private java.io.ObjectOutputStream |
stream |
| Constructor and Description |
|---|
SerializationProcedure(java.io.ObjectOutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(double val)
Executes this procedure.
|
boolean |
execute(double key,
double val)
Executes this procedure.
|
boolean |
execute(double key,
float val)
Executes this procedure.
|
boolean |
execute(double key,
int val)
Executes this procedure.
|
boolean |
execute(double key,
long val)
Executes this procedure.
|
boolean |
execute(double key,
java.lang.Object val)
Executes this procedure.
|
boolean |
execute(float val)
Executes this procedure.
|
boolean |
execute(float key,
double val)
Executes this procedure.
|
boolean |
execute(float key,
float val)
Executes this procedure.
|
boolean |
execute(float key,
int val)
Executes this procedure.
|
boolean |
execute(float key,
long val)
Executes this procedure.
|
boolean |
execute(float key,
java.lang.Object val)
Executes this procedure.
|
boolean |
execute(int val)
Executes this procedure.
|
boolean |
execute(int key,
double val)
Executes this procedure.
|
boolean |
execute(int key,
float val)
Executes this procedure.
|
boolean |
execute(int key,
int val)
Executes this procedure.
|
boolean |
execute(int key,
long val)
Executes this procedure.
|
boolean |
execute(int key,
java.lang.Object val)
Executes this procedure.
|
boolean |
execute(long val)
Executes this procedure.
|
boolean |
execute(long key,
double val)
Executes this procedure.
|
boolean |
execute(long key,
float val)
Executes this procedure.
|
boolean |
execute(long key,
int val)
Executes this procedure.
|
boolean |
execute(long key,
long val)
Executes this procedure.
|
boolean |
execute(long key,
java.lang.Object val)
Executes this procedure.
|
boolean |
execute(java.lang.Object val)
Executes this procedure.
|
boolean |
execute(java.lang.Object key,
double val)
Executes this procedure.
|
boolean |
execute(java.lang.Object key,
float val)
Executes this procedure.
|
boolean |
execute(java.lang.Object key,
int val)
Executes this procedure.
|
boolean |
execute(java.lang.Object key,
long val)
Executes this procedure.
|
boolean |
execute(java.lang.Object key,
java.lang.Object val)
Executes this procedure.
|
private final java.io.ObjectOutputStream stream
java.io.IOException exception
public boolean execute(int val)
TIntProcedureexecute in interface TIntProcedureval - a value of type intpublic boolean execute(double val)
TDoubleProcedureexecute in interface TDoubleProcedureval - a value of type doublepublic boolean execute(long val)
TLongProcedureexecute in interface TLongProcedureval - a value of type longpublic boolean execute(float val)
TFloatProcedureexecute in interface TFloatProcedureval - a value of type floatpublic boolean execute(java.lang.Object val)
TObjectProcedureexecute in interface TObjectProcedureval - an Object valuepublic boolean execute(java.lang.Object key,
java.lang.Object val)
TObjectObjectProcedureexecute in interface TObjectObjectProcedurekey - an Object valueval - an Object valuepublic boolean execute(java.lang.Object key,
int val)
TObjectIntProcedureexecute in interface TObjectIntProcedurekey - an Object valueval - an int valuepublic boolean execute(java.lang.Object key,
long val)
TObjectLongProcedureexecute in interface TObjectLongProcedurekey - an Object valueval - an long valuepublic boolean execute(java.lang.Object key,
double val)
TObjectDoubleProcedureexecute in interface TObjectDoubleProcedurekey - an Object valueval - an double valuepublic boolean execute(java.lang.Object key,
float val)
TObjectFloatProcedureexecute in interface TObjectFloatProcedurekey - an Object valueval - an float valuepublic boolean execute(int key,
java.lang.Object val)
TIntObjectProcedureexecute in interface TIntObjectProcedurekey - an int valueval - an Object valuepublic boolean execute(int key,
int val)
TIntIntProcedureexecute in interface TIntIntProcedurekey - an int valueval - an int valuepublic boolean execute(int key,
long val)
TIntLongProcedureexecute in interface TIntLongProcedurekey - an int valueval - an long valuepublic boolean execute(int key,
double val)
TIntDoubleProcedureexecute in interface TIntDoubleProcedurekey - an int valueval - an double valuepublic boolean execute(int key,
float val)
TIntFloatProcedureexecute in interface TIntFloatProcedurekey - an int valueval - an float valuepublic boolean execute(long key,
java.lang.Object val)
TLongObjectProcedureexecute in interface TLongObjectProcedurekey - an long valueval - an Object valuepublic boolean execute(long key,
int val)
TLongIntProcedureexecute in interface TLongIntProcedurekey - an long valueval - an int valuepublic boolean execute(long key,
long val)
TLongLongProcedureexecute in interface TLongLongProcedurekey - an long valueval - an long valuepublic boolean execute(long key,
double val)
TLongDoubleProcedureexecute in interface TLongDoubleProcedurekey - an long valueval - an double valuepublic boolean execute(long key,
float val)
TLongFloatProcedureexecute in interface TLongFloatProcedurekey - an long valueval - an float valuepublic boolean execute(double key,
java.lang.Object val)
TDoubleObjectProcedureexecute in interface TDoubleObjectProcedurekey - an double valueval - an Object valuepublic boolean execute(double key,
int val)
TDoubleIntProcedureexecute in interface TDoubleIntProcedurekey - an double valueval - an int valuepublic boolean execute(double key,
long val)
TDoubleLongProcedureexecute in interface TDoubleLongProcedurekey - an double valueval - an long valuepublic boolean execute(double key,
double val)
TDoubleDoubleProcedureexecute in interface TDoubleDoubleProcedurekey - an double valueval - an double valuepublic boolean execute(double key,
float val)
TDoubleFloatProcedureexecute in interface TDoubleFloatProcedurekey - an double valueval - an float valuepublic boolean execute(float key,
java.lang.Object val)
TFloatObjectProcedureexecute in interface TFloatObjectProcedurekey - an float valueval - an Object valuepublic boolean execute(float key,
int val)
TFloatIntProcedureexecute in interface TFloatIntProcedurekey - an float valueval - an int valuepublic boolean execute(float key,
long val)
TFloatLongProcedureexecute in interface TFloatLongProcedurekey - an float valueval - an long valuepublic boolean execute(float key,
double val)
TFloatDoubleProcedureexecute in interface TFloatDoubleProcedurekey - an float valueval - an double valuepublic boolean execute(float key,
float val)
TFloatFloatProcedureexecute in interface TFloatFloatProcedurekey - an float valueval - an float value