org.objectweb.jac.util
Class ObjectArray

java.lang.Object
  |
  +--org.objectweb.jac.util.ObjectArray

public class ObjectArray
extends Object

This utility class wraps an array of objects and defines an hashCode() and an equals()


Constructor Summary
ObjectArray(Object[] args)
           
 
Method Summary
 boolean equals(Object o)
           
 Object[] getArray()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectArray

public ObjectArray(Object[] args)
Method Detail

getArray

public Object[] getArray()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object