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

A

AbstractData - Class in org.magnos.data
An abstract implementation of Data.
AbstractData(int) - Constructor for class org.magnos.data.AbstractData
Instantiates a new AbstractData.
AbstractStore - Class in org.magnos.data.store
An abstract Store.
AbstractStore(String) - Constructor for class org.magnos.data.store.AbstractStore
Instantiates a new AbstractStore.
AbstractVar<E> - Class in org.magnos.data.var
An abstract implementation of Var.
AbstractVar(int) - Constructor for class org.magnos.data.var.AbstractVar
Instantiates a new AbstractVar.
add(Data...) - Method in class org.magnos.data.DataSet
Adds a piece of data to this set.
add(byte) - Method in class org.magnos.data.var.ByteVar
Adds the given value to this var and returns the result.
add(double) - Method in class org.magnos.data.var.DoubleVar
Adds the given value to this var and returns the result.
add(float) - Method in class org.magnos.data.var.FloatVar
Adds the given value to this var and returns the result.
add(int) - Method in class org.magnos.data.var.IntVar
Adds the given value to this var and returns the result.
add(long) - Method in class org.magnos.data.var.LongVar
Adds the given value to this var and returns the result.
add(short) - Method in class org.magnos.data.var.ShortVar
Adds the given value to this var and returns the result.
add(short) - Method in class org.magnos.data.var.UByteVar
Adds the given value to this var and returns the result.
add(long) - Method in class org.magnos.data.var.UIntVar
Adds the given value to this var and returns the result.
add(int) - Method in class org.magnos.data.var.UShortVar
Adds the given value to this var and returns the result.

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