public class Item extends Object
Item(ItemKey key, ItemValue value)
boolean
equals(Object other)
int
hashCode()
ItemKey
key()
static Item
of(String key, String value)
String
toString()
ItemValue
value()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Item(ItemKey key, ItemValue value)
public ItemKey key()
public ItemValue value()
public static Item of(String key, String value)
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public String toString()
toString