Bees v0.5.0 API

bees.core
Class CloneFactory

java.lang.Object
  |
  +--bees.core.CloneFactory

public final class CloneFactory
extends java.lang.Object

Helper class to clone certain objects. XXX This is pretty stupid.


Method Summary
static java.lang.String clone(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public static java.lang.String clone(java.lang.String string)
Parameters:
string - The string to clone.
Returns:
A new string object with a copy of the char array from the passed in string.

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/