A B C D E F G H I L M N O P R S T U V W

F

FileStore - Class in org.magnos.data.store
A store which has a file as its persisted medium.
FileStore(File, StoreAccess, int) - Constructor for class org.magnos.data.store.FileStore
Instantiates a new FileStore while opening it with the given access and setting it to the given capacity.
FileStore(String, StoreAccess, int) - Constructor for class org.magnos.data.store.FileStore
Instantiates a new FileStore while opening it with the given access and setting it to the given capacity.
FileStore(File) - Constructor for class org.magnos.data.store.FileStore
Instantiantes a new FileStore.
FileStore(String) - Constructor for class org.magnos.data.store.FileStore
Instantiantes a new FileStore.
FileStoreFactory - Class in org.magnos.data.store.factory
A factory for creating file stores.
FileStoreFactory() - Constructor for class org.magnos.data.store.factory.FileStoreFactory
 
FloatVar - Class in org.magnos.data.var
A Var with a float value.
FloatVar() - Constructor for class org.magnos.data.var.FloatVar
Instantiates a new FloatVar.
FloatVar(float) - Constructor for class org.magnos.data.var.FloatVar
Instantiates a new FloatVar.
FloatVar(Store, int) - Constructor for class org.magnos.data.var.FloatVar
Instantiates a new FloatVar.
FloatVar(Store, int, float) - Constructor for class org.magnos.data.var.FloatVar
Instantiates a new FloatVar.
flush() - Method in class org.magnos.data.store.AbstractStore
Explicitly writes the data to the store.
flush() - Method in interface org.magnos.data.Store
Explicitly writes the data to the store.
free(ByteBuffer) - Static method in class org.magnos.data.Bits
Explicitly frees the given buffer from memory if it is a DirectBuffer.

A B C D E F G H I L M N O P R S T U V W