fulmine.util.reference
Class Values

java.lang.Object
  extended by fulmine.util.reference.Values

public class Values
extends Object

Wraps arbitrary values. Useful as a single reference to a list of arguments. Equality of Values instances is performed on the elements and their order.

Author:
Ramon Servadei

Constructor Summary
Values(Object... values)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Values

public Values(Object... values)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2007-2009. All Rights Reserved.