ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IAggregatePool.recycle
ocean
util
container
pool
model
IAggregatePool
IAggregatePool
Puts item back to the pool.
class
IAggregatePool
(T)
void
recycle
(
ItemType
item
)
Parameters
item
ItemType
item to put back
Return Value
Type:
void
this instance
Meta
Source
See Implementation
ocean
util
container
pool
model
IAggregatePool
IAggregatePool
aliases
Item
ItemType
classes
AllItemsIterator
BusyItemsIterator
IItemsIterator
IdleItemsIterator
ReadOnlyAllItemsIterator
ReadOnlyBusyItemsIterator
ReadOnlyIdleItemsIterator
SafeItemsIterator
UnsafeItemsIterator
functions
clear
deleteItem
fill
get
getItemIndex
get_
isNull
isSame
minimize
opIndex
recycle
recycle_
resetItem
setItemIndex
setLimit
static functions
fromItem
toItem
static variables
_assignable
variables
iteration_items
safe_iterator_open
unsafe_iterators_open
Puts item back to the pool.