Generated by
JDiff

Class org.kitesdk.data.PartitionKey

The superclass changed from java.lang.Object to org.kitesdk.data.spi.PartitionKey.

Now deprecated.

Removed Methods
boolean equals(Object)  
Object get(int) Return the value at the specified index in the key.
int getLength() Return the number of values in the key.
List<Object> getValues()  
int hashCode()  
String toString()  
 

Added Methods
void set(int, Object)