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 classDoubleDiskDataStorageDisk-based data storage for thedoubleelement type.classFloatDiskDataStorageDisk-based data storage for thefloatelement type.classIntDiskDataStorageDisk-based data storage for theintelement type.classLongDiskDataStorageDisk-based data storage for thelongelement type.Constructors in org.apfloat.internal with parameters of type DiskDataStorage Constructor Description DiskDataStorage(DiskDataStorage diskDataStorage, long offset, long length)Subsequence constructor.
-