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