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.
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 |
sb1
public StringBuffer sb1
sb2
public StringBuffer sb2
c
public char c
sb_sb_c
public sb_sb_c()
sb_sb_c
public sb_sb_c(StringBuffer sb_1,
StringBuffer sb_2,
char c_har)
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