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

P

put(int, byte[], int, int) - Method in class org.magnos.data.store.AbstractStore
Writes a section in the array of bytes to the store at the given location.
put(int, ByteBuffer) - Method in class org.magnos.data.store.AbstractStore
Writes a ByteBuffer to the store at the given location.
put(int, byte[]) - Method in class org.magnos.data.store.AbstractStore
Writes the array of bytes to the store at the given location.
put(int, byte[]) - Method in interface org.magnos.data.Store
Writes the array of bytes to the store at the given location.
put(int, byte[], int, int) - Method in interface org.magnos.data.Store
Writes a section in the array of bytes to the store at the given location.
put(int, ByteBuffer) - Method in interface org.magnos.data.Store
Writes a ByteBuffer to the store at the given location.
put(Store) - Static method in class org.magnos.data.Stores
Adds the store to this registry.
put(Store, String) - Static method in class org.magnos.data.Stores
Adds the store to this registry under an alias.
put(boolean) - Method in class org.magnos.data.var.BooleanVar
Sets the value of this var and writes it to the store.
put(byte) - Method in class org.magnos.data.var.ByteVar
Sets the value of this var and writes it to the store.
put(double) - Method in class org.magnos.data.var.DoubleVar
Sets the value of this var and writes it to the store.
put(float) - Method in class org.magnos.data.var.FloatVar
Sets the value of this var and writes it to the store.
put(int) - Method in class org.magnos.data.var.IntVar
Sets the value of this var and writes it to the store.
put(long) - Method in class org.magnos.data.var.LongVar
Sets the value of this var and writes it to the store.
put(short) - Method in class org.magnos.data.var.ShortVar
Sets the value of this var and writes it to the store.
put(String) - Method in class org.magnos.data.var.StringVar
Sets the value of this var and writes it to the store.
put(short) - Method in class org.magnos.data.var.UByteVar
Sets the value of this var and writes it to the store.
put(long) - Method in class org.magnos.data.var.UIntVar
Sets the value of this var and writes it to the store.
put(int) - Method in class org.magnos.data.var.UShortVar
Sets the value of this var and writes it to the store.
putValue(E) - Method in class org.magnos.data.var.AbstractVar
Sets the value of this var and writes it to the store.
putValue(E) - Method in interface org.magnos.data.Var
Sets the value of this var and writes it to the store.

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