Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
M
MappedStore
- Class in
org.magnos.data.store
A store which has a memory-mapped file as its persisted medium.
MappedStore(File, StoreAccess, int)
- Constructor for class org.magnos.data.store.
MappedStore
Instantiates a new MappedStore while opening it with the given access and setting it the given capacity.
MappedStore(String, StoreAccess, int)
- Constructor for class org.magnos.data.store.
MappedStore
Instantiates a new MappedStore while opening it with the given access and setting it the given capacity.
MappedStore(File)
- Constructor for class org.magnos.data.store.
MappedStore
Instantiantes a new MappedStore.
MappedStore(String)
- Constructor for class org.magnos.data.store.
MappedStore
Instantiantes a new MappedStore.
MappedStoreFactory
- Class in
org.magnos.data.store.factory
A factory for creating mapped file stores.
MappedStoreFactory()
- Constructor for class org.magnos.data.store.factory.
MappedStoreFactory
max(byte)
- Method in class org.magnos.data.var.
ByteVar
Sets the var to the max between this var and the value.
max(double)
- Method in class org.magnos.data.var.
DoubleVar
Sets the var to the max between this var and the value.
max(float)
- Method in class org.magnos.data.var.
FloatVar
Sets the var to the max between this var and the value.
max(int)
- Method in class org.magnos.data.var.
IntVar
Sets the var to the max between this var and the value.
max(long)
- Method in class org.magnos.data.var.
LongVar
Sets the var to the max between this var and the value.
max(short)
- Method in class org.magnos.data.var.
ShortVar
Sets the var to the max between this var and the value.
max(short)
- Method in class org.magnos.data.var.
UByteVar
Sets the var to the max between this var and the value.
max(long)
- Method in class org.magnos.data.var.
UIntVar
Sets the var to the max between this var and the value.
max(int)
- Method in class org.magnos.data.var.
UShortVar
Sets the var to the max between this var and the value.
MemoryStore
- Class in
org.magnos.data.store
A store which is kept entirely in memory and is not persisted to any medium.
MemoryStore(String)
- Constructor for class org.magnos.data.store.
MemoryStore
Instantiates a MemoryStore.
MemoryStore(String, int)
- Constructor for class org.magnos.data.store.
MemoryStore
Instantiates a MemoryStore.
MemoryStore(String, StoreAccess, int)
- Constructor for class org.magnos.data.store.
MemoryStore
Instantiates a MemoryStore.
MemoryStoreFactory
- Class in
org.magnos.data.store.factory
A factory for creating memory stores.
MemoryStoreFactory()
- Constructor for class org.magnos.data.store.factory.
MemoryStoreFactory
min(byte)
- Method in class org.magnos.data.var.
ByteVar
Sets the var to the min between this var and the value.
min(double)
- Method in class org.magnos.data.var.
DoubleVar
Sets the var to the min between this var and the value.
min(float)
- Method in class org.magnos.data.var.
FloatVar
Sets the var to the min between this var and the value.
min(int)
- Method in class org.magnos.data.var.
IntVar
Sets the var to the min between this var and the value.
min(long)
- Method in class org.magnos.data.var.
LongVar
Sets the var to the min between this var and the value.
min(short)
- Method in class org.magnos.data.var.
ShortVar
Sets the var to the min between this var and the value.
min(short)
- Method in class org.magnos.data.var.
UByteVar
Sets the var to the min between this var and the value.
min(long)
- Method in class org.magnos.data.var.
UIntVar
Sets the var to the min between this var and the value.
min(int)
- Method in class org.magnos.data.var.
UShortVar
Sets the var to the min between this var and the value.
mul(byte)
- Method in class org.magnos.data.var.
ByteVar
Multiplies the given value to this var and returns the result.
mul(double)
- Method in class org.magnos.data.var.
DoubleVar
Multiplies the given value to this var and returns the result.
mul(float)
- Method in class org.magnos.data.var.
FloatVar
Multiplies the given value to this var and returns the result.
mul(int)
- Method in class org.magnos.data.var.
IntVar
Multiplies the given value to this var and returns the result.
mul(long)
- Method in class org.magnos.data.var.
LongVar
Multiplies the given value to this var and returns the result.
mul(short)
- Method in class org.magnos.data.var.
ShortVar
Multiplies the given value to this var and returns the result.
mul(short)
- Method in class org.magnos.data.var.
UByteVar
Multiplies the given value to this var and returns the result.
mul(long)
- Method in class org.magnos.data.var.
UIntVar
Multiplies the given value to this var and returns the result.
mul(int)
- Method in class org.magnos.data.var.
UShortVar
Multiplies the given value to this var and returns the result.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W