Uses of Class
com.google.bitcoin.core.InventoryItem

Packages that use InventoryItem
com.google.bitcoin.core   
 

Uses of InventoryItem in com.google.bitcoin.core
 

Fields in com.google.bitcoin.core with type parameters of type InventoryItem
protected  List<InventoryItem> ListMessage.items
           
 

Methods in com.google.bitcoin.core that return types with arguments of type InventoryItem
 List<InventoryItem> ListMessage.getItems()
           
 

Methods in com.google.bitcoin.core with parameters of type InventoryItem
 void ListMessage.addItem(InventoryItem item)
           
 

Constructor parameters in com.google.bitcoin.core with type arguments of type InventoryItem
NotFoundMessage(NetworkParameters params, List<InventoryItem> items)
           
 



Copyright © 2014. All rights reserved.