Uses of Class
org.apfloat.internal.DiskDataStorage
Packages that use DiskDataStorage
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of DiskDataStorage in org.apfloat.internal
Subclasses of DiskDataStorage in org.apfloat.internalModifier and TypeClassDescriptionclass
Disk-based data storage for thedouble
element type.class
Disk-based data storage for thefloat
element type.class
Disk-based data storage for theint
element type.class
Disk-based data storage for thelong
element type.Constructors in org.apfloat.internal with parameters of type DiskDataStorageModifierConstructorDescriptionprotected
DiskDataStorage
(DiskDataStorage diskDataStorage, long offset, long length) Subsequence constructor.