All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.PlusString

java.lang.Object
   |
   +----COM.objectspace.jgl.PlusString

public final class PlusString
extends Object
implements BinaryFunction
PlusString is a binary function object that returns the concatenation of the operands as strings.

Version:
2.0.2
Author:
ObjectSpace, Inc.

Constructor Index

 o PlusString()

Method Index

 o execute(Object, Object)
Return the concatenation of the two operands.

Constructors

 o PlusString
 public PlusString()

Methods

 o execute
 public Object execute(Object first,
                       Object second)
Return the concatenation of the two operands.

Returns:
first.toString() + second.toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index