| Package | Description |
|---|---|
| io.starter.toolkit |
| Modifier and Type | Method and Description |
|---|---|
void |
RecycleBin.addItem(Object key,
Recyclable r)
add a Recyclable to the
bin
|
void |
GenericRecycleBin.addItem(Object key,
Recyclable r) |
void |
RecycleBin.addItem(Recyclable r)
add a Recyclable to the
bin
|
void |
GenericRecycleBin.addItem(Recyclable r)
add an item
|
Recyclable |
RecycleBin.getItem()
get an unused Recyclable item from the bin
|
Recyclable |
GenericRecycleBin.getItem()
returns a new or recycled item from the spares pool
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.