org.assertj.core.groups
Class Tuple

java.lang.Object
  extended by org.assertj.core.groups.Tuple

public class Tuple
extends Object


Constructor Summary
Tuple(Object... values)
           
 
Method Summary
 void addData(Object data)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 Object[] toArray()
           
 String toString()
           
static Tuple tuple(Object... values)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(Object... values)
Method Detail

addData

public void addData(Object data)

toArray

public Object[] toArray()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object

tuple

public static Tuple tuple(Object... values)


Copyright © 2013–2015 AssertJ. All rights reserved.