xbn.named
Class UtilNamed

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.named.UtilNamed

public class UtilNamed
extends XBNObject

Random classes to manipulate and analyze Named objects.

Source code:  UtilNamed.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
UtilNamed()
          Create a UtilNamed.
 
Method Summary
 Named[] getShallowClone(Named[] a_named)
          Get a shallow copy of the provided array of Named objects.
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilNamed

public UtilNamed()

Create a UtilNamed. This constructor does nothing.

Method Detail

getShallowClone

public Named[] getShallowClone(Named[] a_named)

Get a shallow copy of the provided array of Named objects.

A new array is created, but the same (individual) Named objects are referenced in both the provided and returned arrays.

Parameters:
a_named - The array of Named objects.
Returns:
null if a_named is null.
a new array of Named objects When a_named is non-null.



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