Class PersistenceSizedArrayLengthController.Unrestricted
java.lang.Object
one.microstream.persistence.types.PersistenceSizedArrayLengthController.Unrestricted
- All Implemented Interfaces:
- PersistenceSizedArrayLengthController
- Enclosing interface:
- PersistenceSizedArrayLengthController
public static final class PersistenceSizedArrayLengthController.Unrestricted extends Object implements PersistenceSizedArrayLengthController
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceSizedArrayLengthControllerPersistenceSizedArrayLengthController.Fitting, PersistenceSizedArrayLengthController.Limited, PersistenceSizedArrayLengthController.Unrestricted
- 
Constructor SummaryConstructors Constructor Description Unrestricted()
- 
Method SummaryModifier and Type Method Description intcontrolArrayLength(int specifiedCapacity, int actualElementCount)
- 
Constructor Details- 
Unrestrictedpublic Unrestricted()
 
- 
- 
Method Details- 
controlArrayLengthpublic final int controlArrayLength(int specifiedCapacity, int actualElementCount)- Specified by:
- controlArrayLengthin interface- PersistenceSizedArrayLengthController
 
 
-