Uses of Class
org.apfloat.internal.DiskDataStorage.FileStorage
-
Packages that use DiskDataStorage.FileStorage Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of DiskDataStorage.FileStorage in org.apfloat.internal
Fields in org.apfloat.internal declared as DiskDataStorage.FileStorage Modifier and Type Field Description private DiskDataStorage.FileStorage
DiskDataStorage. fileStorage
Fields in org.apfloat.internal with type parameters of type DiskDataStorage.FileStorage Modifier and Type Field Description private static java.lang.ref.ReferenceQueue<DiskDataStorage.FileStorage>
DiskDataStorage. referenceQueue
Methods in org.apfloat.internal that return DiskDataStorage.FileStorage Modifier and Type Method Description private static DiskDataStorage.FileStorage
DiskDataStorage. createFileStorage()
Methods in org.apfloat.internal with parameters of type DiskDataStorage.FileStorage Modifier and Type Method Description private static void
DiskDataStorage. referenceFileStorage(DiskDataStorage.FileStorage fileStorage)
Constructors in org.apfloat.internal with parameters of type DiskDataStorage.FileStorage Constructor Description FileStorageReference(DiskDataStorage.FileStorage fileStorage, java.lang.ref.ReferenceQueue<DiskDataStorage.FileStorage> queue)
Constructor parameters in org.apfloat.internal with type arguments of type DiskDataStorage.FileStorage Constructor Description FileStorageReference(DiskDataStorage.FileStorage fileStorage, java.lang.ref.ReferenceQueue<DiskDataStorage.FileStorage> queue)
-