org.objectweb.jac.util
Class ObjectArray

java.lang.Object
  extended byorg.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()

equals

public boolean equals(Object o)

toString

public String toString()