ItemPool Interface
- public interface ItemPool
extends Pool
Represents a collection of ItemObject(s). The ItemPool
interface provides methods for querying the underlying objects
and also to remove objects from the working collection.
-
All Known Implementing Classes
-
ItemPoolImpl
-
All Superinterfaces
-
Pool
getByPrice(PoolQuery) Method
public PoolQuery
getByPrice(PoolQuery
query)
getCurrentMap() Method
public Map
getCurrentMap()
Returns the set of objects that make up the pool.
Returns
- List returns the collection of ItemPoolObjects that make up the pool.
Related Topics
ItemObject
getCurrentSize() Method
public int getCurrentSize()
getQuote() Method
public Quote
getQuote()
toString(int) Method
public String
toString(int control)