public class Tuple extends Object
protected String
key
protected Object
value
visibility
Tuple(String key, Object value, String visibility)
boolean
equals(Object o)
String
getKey()
Object
getValue()
getVisibility()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final String key
protected final Object value
protected final String visibility
public Tuple(String key, Object value, String visibility)
public String getKey()
public Object getValue()
public String getVisibility()
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014 Calrissian. All rights reserved.