|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.bitcoin.core.InventoryItem
public class InventoryItem
| Nested Class Summary | |
|---|---|
static class |
InventoryItem.Type
|
| Field Summary | |
|---|---|
Sha256Hash |
hash
|
InventoryItem.Type |
type
|
| Constructor Summary | |
|---|---|
InventoryItem(InventoryItem.Type type,
Sha256Hash hash)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final InventoryItem.Type type
public final Sha256Hash hash
| Constructor Detail |
|---|
public InventoryItem(InventoryItem.Type type,
Sha256Hash hash)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||