Package one.microstream.collections
Class FixedList.Creator<E>
java.lang.Object
one.microstream.collections.FixedList.Creator<E>
- All Implemented Interfaces:
- XFactory<E>,- XGettingCollection.Creator<E>,- XGettingList.Factory<E>,- XGettingSequence.Factory<E>,- XReplacingBag.Factory<E>,- XSettingList.Creator<E>,- XSettingSequence.Creator<E>,- XSortableSequence.Creator<E>
public static class FixedList.Creator<E> extends Object implements XSettingList.Creator<E>
- 
Constructor SummaryConstructors Constructor Description Creator(int initialCapacity)
- 
Method SummaryModifier and Type Method Description intgetInitialCapacity()FixedList<E>newInstance()
- 
Constructor Details- 
Creatorpublic Creator(int initialCapacity)
 
- 
- 
Method Details- 
getInitialCapacitypublic int getInitialCapacity()
- 
newInstance- Specified by:
- newInstancein interface- XFactory<E>
- Specified by:
- newInstancein interface- XGettingCollection.Creator<E>
- Specified by:
- newInstancein interface- XGettingList.Factory<E>
- Specified by:
- newInstancein interface- XGettingSequence.Factory<E>
- Specified by:
- newInstancein interface- XReplacingBag.Factory<E>
- Specified by:
- newInstancein interface- XSettingList.Creator<E>
- Specified by:
- newInstancein interface- XSettingSequence.Creator<E>
- Specified by:
- newInstancein interface- XSortableSequence.Creator<E>
 
 
-