public static final class UtlPlist.ElementFactory<T> extends Object implements UtlPool.Factory<UtlPlist.Element<T>>
Constructor and Description |
---|
UtlPlist.ElementFactory() |
Modifier and Type | Method and Description |
---|---|
UtlPlist.Element<T> |
createItem(Object object)
Create a new item.
|
UtlPlist.Element<T>[] |
createItemArray(int size)
Create a new item array.
|
public final UtlPlist.Element<T> createItem(Object object)
UtlPool.Factory
createItem
in interface UtlPool.Factory<UtlPlist.Element<T>>
object
- The user object passed into get that resulted in
this call to create a new item.public final UtlPlist.Element<T>[] createItemArray(int size)
UtlPool.Factory
createItemArray
in interface UtlPool.Factory<UtlPlist.Element<T>>
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.