xbn.placeholder
Class sb_sb_c

java.lang.Object
  |
  +--xbn.placeholder.sb_sb_c
All Implemented Interfaces:
Named

public class sb_sb_c
extends Object
implements Named

A temporary, "place holder" object, for two StringBuffers and a char.

Source code:  sb_sb_c.java.


Field Summary
 char c
           
 StringBuffer sb1
           
 StringBuffer sb2
           
 
Constructor Summary
sb_sb_c()
           
sb_sb_c(StringBuffer sb_1, StringBuffer sb_2, char c_har)
           
 
Method Summary
 String getName()
          What is the name of this object?.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sb1

public StringBuffer sb1

sb2

public StringBuffer sb2

c

public char c
Constructor Detail

sb_sb_c

public sb_sb_c()

sb_sb_c

public sb_sb_c(StringBuffer sb_1,
               StringBuffer sb_2,
               char c_har)
Method Detail

getName

public final String getName()
Description copied from interface: Named

What is the name of this object?. This identifier is used throughout the xbn.named package, particularly in NamedArray.

Specified by:
getName in interface Named



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