- wait() - Method in class java.lang.Object
 
- 
 
- wait(long) - Method in class java.lang.Object
 
- 
Causes the current thread to wait until either another thread invokes the
 
Object.notify() method or the 
Object.notifyAll() method for
 this object, or a specified amount of time has elapsed.
 
 
- wait(long, int) - Method in class java.lang.Object
 
- 
Causes the current thread to wait until another thread invokes the
 
Object.notify() method or the 
Object.notifyAll() method for
 this object, or some other thread interrupts the current thread, or a certain amount of real time
 has elapsed.
 
 
- waitFlushCompleted() - Method in class ej.microui.display.Display
 
- 
Blocks the current thread (with all its locks) until previous call 
Display.flush() has been processed.
 
 
- WeakHashMap<K,V> - Class in java.util
 
- 
Hash table based implementation of the Map interface, with weak keys.
 
- WeakHashMap() - Constructor for class java.util.WeakHashMap
 
- 
Constructs a new, empty WeakHashMap with the default initial capacity (16) and load
 factor (0.75).
 
- WeakHashMap(int) - Constructor for class java.util.WeakHashMap
 
- 
Constructs a new, empty WeakHashMap with the given initial capacity and the default load
 factor (0.75).
 
- WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
 
- 
Constructs a new, empty WeakHashMap with the given initial capacity and the given load
 factor.
 
- WeakHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.WeakHashMap
 
- 
Constructs a new WeakHashMap with the same mappings as the specified map.
 
- WeakHashtable - Class in ej.bon
 
- 
 
- WeakHashtable() - Constructor for class ej.bon.WeakHashtable
 
- 
Constructs a new, empty weak hashtable with a default capacity and load
 factor.
 
- WeakHashtable(int) - Constructor for class ej.bon.WeakHashtable
 
- 
Constructs a new, empty weak hashtable with the specified initial capacity.
 
- WeakReference<T> - Class in java.lang.ref
 
- 
Weak reference objects, which do not prevent their referents from being made finalizable,
 finalized, and then reclaimed.
 
- WeakReference(T) - Constructor for class java.lang.ref.WeakReference
 
- 
Creates a new weak reference that refers to the given object.
 
- WeakReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.WeakReference
 
- 
Creates a new weak reference that refers to the given object and is registered with the given
 queue.
 
- WEDNESDAY - Static variable in class java.util.Calendar
 
- 
 
- WEEK_OF_MONTH - Static variable in class java.util.Calendar
 
- 
Field number for get and set indicating the week number within the
 current month.
 
- WEEK_OF_YEAR - Static variable in class java.util.Calendar
 
- 
Field number for get and set indicating the week number within the
 current year.
 
- WHITE - Static variable in class ej.microui.display.Colors
 
- 
Constant for white color.
 
- write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
 
- 
Writes len bytes from the specified byte array starting at offset off
 to this byte array output stream.
 
- write(int) - Method in class java.io.ByteArrayOutputStream
 
- 
Writes the specified byte to this byte array output stream.
 
- write(byte[]) - Method in interface java.io.DataOutput
 
- 
Writes to the output stream all the bytes in array b.
 
- write(byte[], int, int) - Method in interface java.io.DataOutput
 
- 
Writes len bytes from array b, in order, to the output stream.
 
- write(int) - Method in interface java.io.DataOutput
 
- 
Writes to the output stream the eight low-order bits of the argument b.
 
- write(byte[], int, int) - Method in class java.io.DataOutputStream
 
- 
Writes len bytes from the specified byte array starting at offset off
 to the underlying output stream.
 
- write(int) - Method in class java.io.DataOutputStream
 
- 
Writes the specified byte (the low eight bits of the argument b) to the underlying
 output stream.
 
- write(byte[]) - Method in class java.io.FilterOutputStream
 
- 
Writes b.length bytes to this output stream.
 
- write(byte[], int, int) - Method in class java.io.FilterOutputStream
 
- 
Writes len bytes from the specified byte array starting at offset
 off to this output stream.
 
- write(int) - Method in class java.io.FilterOutputStream
 
- 
Writes the specified byte to this output stream.
 
- write(byte[]) - Method in class java.io.OutputStream
 
- 
Writes b.length bytes from the specified byte array to this output stream.
 
- write(byte[], int, int) - Method in class java.io.OutputStream
 
- 
Writes len bytes from the specified byte array starting at offset off
 to this output stream.
 
- write(int) - Method in class java.io.OutputStream
 
- 
Writes the specified byte to this output stream.
 
- write(char[], int, int) - Method in class java.io.OutputStreamWriter
 
- 
Writes a portion of an array of characters.
 
- write(int) - Method in class java.io.OutputStreamWriter
 
- 
Writes a single character.
 
- write(String, int, int) - Method in class java.io.OutputStreamWriter
 
- 
Writes a portion of a string.
 
- write(byte[], int, int) - Method in class java.io.PrintStream
 
- 
Writes len bytes from the specified byte array starting at offset off
 to this stream.
 
- write(int) - Method in class java.io.PrintStream
 
- 
Writes the specified byte to this stream.
 
- write(char[]) - Method in class java.io.Writer
 
- 
Writes an array of characters.
 
- write(char[], int, int) - Method in class java.io.Writer
 
- 
Writes a portion of an array of characters.
 
- write(int) - Method in class java.io.Writer
 
- 
Writes a single character.
 
- write(String) - Method in class java.io.Writer
 
- 
Writes a string.
 
- write(String, int, int) - Method in class java.io.Writer
 
- 
Writes a portion of a string.
 
- writeBoolean(boolean) - Method in interface java.io.DataOutput
 
- 
Writes a boolean value to this output stream.
 
- writeBoolean(boolean) - Method in class java.io.DataOutputStream
 
- 
Writes a boolean to the underlying output stream as a 1-byte value.
 
- writeByte(int) - Method in interface java.io.DataOutput
 
- 
Writes to the output stream the eight low- order bits of the argument v.
 
- writeByte(int) - Method in class java.io.DataOutputStream
 
- 
Writes out a byte to the underlying output stream as a 1-byte value.
 
- writeChar(int) - Method in interface java.io.DataOutput
 
- 
Writes a char value, which is comprised of two bytes, to the output stream.
 
- writeChar(int) - Method in class java.io.DataOutputStream
 
- 
Writes a char to the underlying output stream as a 2-byte value, high byte first.
 
- writeChars(String) - Method in interface java.io.DataOutput
 
- 
Writes every character in the string s, to the output stream, in order, two bytes
 per character.
 
- writeChars(String) - Method in class java.io.DataOutputStream
 
- 
Writes a string to the underlying output stream as a sequence of characters.
 
- writeDouble(double) - Method in interface java.io.DataOutput
 
- 
Writes a double value, which is comprised of eight bytes, to the output stream.
 
- writeDouble(double) - Method in class java.io.DataOutputStream
 
- 
Converts the double argument to a long using the doubleToLongBits
 method in class Double, and then writes that long value to the
 underlying output stream as an 8-byte quantity, high byte first.
 
- writeFloat(float) - Method in interface java.io.DataOutput
 
- 
Writes a float value, which is comprised of four bytes, to the output stream.
 
- writeFloat(float) - Method in class java.io.DataOutputStream
 
- 
Converts the float argument to an int using the floatToIntBits method
 in class Float, and then writes that int value to the underlying output
 stream as a 4-byte quantity, high byte first.
 
- writeInt(byte[], int, int) - Static method in class ej.bon.ByteArray
 
- 
Writes an int in the given byte array at the given offset respecting the
 endianness of the platform.
 
- writeInt(byte[], int, int, int) - Static method in class ej.bon.ByteArray
 
- 
Writes an int in the given byte array at the given offset respecting the
 endianness of the array.
 
- writeInt(int) - Method in interface java.io.DataOutput
 
- 
Writes an int value, which is comprised of four bytes, to the output stream.
 
- writeInt(int) - Method in class java.io.DataOutputStream
 
- 
Writes an int to the underlying output stream as four bytes, high byte first.
 
- writeLong(byte[], int, long) - Static method in class ej.bon.ByteArray
 
- 
Writes a long in the given byte array at the given offset respecting the
 endianness of the platform.
 
- writeLong(byte[], int, long, int) - Static method in class ej.bon.ByteArray
 
- 
Writes a long in the given byte array at the given offset respecting the
 endianness of the array.
 
- writeLong(long) - Method in interface java.io.DataOutput
 
- 
Writes a long value, which is comprised of eight bytes, to the output stream.
 
- writeLong(long) - Method in class java.io.DataOutputStream
 
- 
Writes a long to the underlying output stream as eight bytes, high byte first.
 
- writePixel(GraphicsContext, int, int) - Static method in class ej.microui.display.Painter
 
- 
Draws the pixel at the given coordinates.
 
- Writer - Class in java.io
 
- 
Abstract class for writing to character streams.
 
- Writer() - Constructor for class java.io.Writer
 
- 
Creates a new character-stream writer whose critical sections will synchronize on the writer
 itself.
 
- Writer(Object) - Constructor for class java.io.Writer
 
- 
Creates a new character-stream writer whose critical sections will synchronize on the given
 object.
 
- writeShort(byte[], int, int) - Static method in class ej.bon.ByteArray
 
- 
Writes a short in the given byte array at the given offset respecting the
 endianness of the platform.
 
- writeShort(byte[], int, int, int) - Static method in class ej.bon.ByteArray
 
- 
Writes a short in the given byte array at the given offset respecting the
 endianness of the array.
 
- writeShort(int) - Method in interface java.io.DataOutput
 
- 
Writes two bytes to the output stream to represent the value of the argument.
 
- writeShort(int) - Method in class java.io.DataOutputStream
 
- 
Writes a short to the underlying output stream as two bytes, high byte first.
 
- writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
 
- 
Writes the complete contents of this byte array output stream to the specified output stream
 argument, as if by calling the output stream's write method using
 out.write(buf, 0, count).
 
- writeUTF(String) - Method in interface java.io.DataOutput
 
- 
Writes two bytes of length information to the output stream, followed by the
 
modified UTF-8 representation of every character in
 the string 
s.
 
 
- writeUTF(String) - Method in class java.io.DataOutputStream
 
- 
Writes a string to the underlying output stream using
 
modified UTF-8 encoding in a machine-independent
 manner.