Trull

edu.luc.cs.trull
Class Util

java.lang.Object
  extended by edu.luc.cs.trull.Util

public class Util
extends java.lang.Object

A class that provides utility methods used by the Trull framework.


Constructor Summary
Util()
           
 
Method Summary
static java.lang.String toString(java.lang.Object[] array)
          Returns a more informative String representation of an array.
static java.lang.String toString(java.beans.PropertyChangeEvent event)
          Returns a more informative String representation of a PropertyChangeEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

toString

public static java.lang.String toString(java.lang.Object[] array)
Returns a more informative String representation of an array.

Parameters:
array - the array.
Returns:
the String representation.

toString

public static java.lang.String toString(java.beans.PropertyChangeEvent event)
Returns a more informative String representation of a PropertyChangeEvent.

Parameters:
event - the event.
Returns:
the String representation.

Trull

http://www.cs.luc.edu/trull/