Package xbn.placeholder

Intended to be used only as "placeholders", by functions needing to return multiple things at once.

See:
          Description

TOP        Class Summary
i_i A temporary, "place holder" object, for two ints.
i_i_i A temporary, "place holder" object, for three ints.
i_i_i_i A temporary, "place holder" object, for four ints.
s_acs_acs A temporary, "place holder" object, for a string and two VWStrings.
s_s A temporary, "place holder" object, for two Strings.
sb_sb_c A temporary, "place holder" object, for two StringBuffers and a char.
UtilPHFromObj Functions to cast an Object to an xbn.placeholder object.
 

TOP        Package xbn.placeholder Description

Intended to be used only as "placeholders", by functions needing to return multiple things at once. The format of the name of each class in this package is [abbrev1]_[abbrev2]_[...], where abbrev* is defined in the doclet class map. For example, functions that return two StringBuffers and a char return an object named placeholder.sb_sb_c.

Each "placeholder" class has

In addition, UtilPHFromObj has a convenience function for casting an Object (and array of objects) to each placeholder class. For example, UtilPHFromObj.getsb_sb_c(o_sbsbc) and getAOsb_sb_c(ao_sbsbc). The purpose of this function is to make using VWObject easier, when compiling a set.




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo