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
C
canLock
- Variable in enum org.magnos.data.
StoreAccess
Whether the store should acquire exclisive access to any persisted medium.
canRead
- Variable in enum org.magnos.data.
StoreAccess
Whether the store can have data read from it.
canWrite
- Variable in enum org.magnos.data.
StoreAccess
Whether the store can have data written to it.
capacity()
- Method in class org.magnos.data.store.
AbstractStore
Returns the size or capacity of the store in bytes.
capacity(int)
- Method in class org.magnos.data.store.
AbstractStore
Sets the stores size or capacity in bytes.
capacity()
- Method in interface org.magnos.data.
Store
Returns the size or capacity of the store in bytes.
capacity(int)
- Method in interface org.magnos.data.
Store
Sets the stores size or capacity in bytes.
close()
- Method in class org.magnos.data.store.
AbstractStore
Closes this store if not closed already.
close()
- Method in interface org.magnos.data.
Store
Closes this store if not closed already.
copy()
- Method in interface org.magnos.data.
Data
Creates a clone of this data.
copy()
- Method in class org.magnos.data.
DataArray
Creates a clone of this data.
copy()
- Method in class org.magnos.data.
DataSet
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
BooleanVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
ByteVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
DoubleVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
FloatVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
IntVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
LongVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
ShortVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
StringVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
UByteVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
UIntVar
Creates a clone of this data.
copy()
- Method in class org.magnos.data.var.
UShortVar
Creates a clone of this data.
create(E, int, boolean)
- Static method in class org.magnos.data.
DataArray
Creates a new DataArray given a root element to which elements in the created array should be copied from.
create(Class<E>, int, boolean)
- Static method in class org.magnos.data.
DataArray
Creates a new DataArray given an element type to which elements in the created array should be instantiated form.
create(Data...)
- Static method in class org.magnos.data.
DataSet
Creates a DataSet with the given array of data.
create(StoreAccess, int)
- Method in class org.magnos.data.store.
AbstractStore
Creates the store by opening it with the given access and setting the initial capacity.
create(StoreAccess, int)
- Method in interface org.magnos.data.
Store
Creates the store by opening it with the given access and setting the initial capacity.
create(String, int)
- Method in class org.magnos.data.store.factory.
FileStoreFactory
Creates a store given its name and desired capacity.
create(String)
- Method in class org.magnos.data.store.factory.
FileStoreFactory
Creates a store given its name.
create(String, int)
- Method in class org.magnos.data.store.factory.
MappedStoreFactory
Creates a store given its name and desired capacity.
create(String)
- Method in class org.magnos.data.store.factory.
MappedStoreFactory
Creates a store given its name.
create(String, int)
- Method in class org.magnos.data.store.factory.
MemoryStoreFactory
Creates a store given its name and desired capacity.
create(String)
- Method in class org.magnos.data.store.factory.
MemoryStoreFactory
Creates a store given its name.
create(String, int)
- Method in interface org.magnos.data.
StoreFactory
Creates a store given its name and desired capacity.
create(String)
- Method in interface org.magnos.data.
StoreFactory
Creates a store given its name.
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