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 Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceSizedArrayLengthController
PersistenceSizedArrayLengthController.Fitting, PersistenceSizedArrayLengthController.Limited, PersistenceSizedArrayLengthController.Unrestricted
-
Constructor Summary
Constructors Constructor Description Unrestricted()
-
Method Summary
Modifier and Type Method Description int
controlArrayLength(int specifiedCapacity, int actualElementCount)
-
Constructor Details
-
Unrestricted
public Unrestricted()
-
-
Method Details
-
controlArrayLength
public final int controlArrayLength(int specifiedCapacity, int actualElementCount)- Specified by:
controlArrayLength
in interfacePersistenceSizedArrayLengthController
-