- Union - Class in javolution.io
-
This class represents a
C/C++ union
; it works in the same
way as
Struct
(sub-class) except that all members are mapped
to the same location in memory.
- Union() - Constructor for class javolution.io.Union
-
Default constructor.
- unlock() - Method in class javolution.util.internal.ReadWriteLockImpl.ReadLock
-
- unlock() - Method in class javolution.util.internal.ReadWriteLockImpl.WriteLock
-
- unlock() - Method in class javolution.util.ReentrantLock
-
Attempts to release this lock.
- unmodifiable() - Method in class javolution.util.FastCollection
-
Returns the unmodifiable view associated to this collection.
- unmodifiable() - Method in class javolution.util.FastList
-
- unmodifiable() - Method in class javolution.util.FastMap
-
Returns the unmodifiable view associated to this map.
- unmodifiable() - Method in class javolution.util.FastSet
-
- unmodifiable() - Method in class javolution.util.FastTable
-
- unmodifiable() - Method in class javolution.util.MutableList
-
- UnmodifiableCollectionImpl<E> - Class in javolution.util.internal.collection
-
A shared view over a collection (reads-write locks).
- UnmodifiableCollectionImpl(MutableList<E>) - Constructor for class javolution.util.internal.collection.UnmodifiableCollectionImpl
-
- unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
-
Receive notification of an unparsed entity declaration event.
- unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of an unparsed entity declaration.
- Unsigned16() - Constructor for class javolution.io.Struct.Unsigned16
-
- Unsigned16(int) - Constructor for class javolution.io.Struct.Unsigned16
-
- Unsigned32() - Constructor for class javolution.io.Struct.Unsigned32
-
- Unsigned32(int) - Constructor for class javolution.io.Struct.Unsigned32
-
- Unsigned8() - Constructor for class javolution.io.Struct.Unsigned8
-
- Unsigned8(int) - Constructor for class javolution.io.Struct.Unsigned8
-
- user - Variable in class javolution.context.Allocator
-
Holds the current user or null
if deactivated.
- UTF8ByteBufferReader - Class in javolution.io
-
This class represents a UTF-8 j2me.nio.ByteBuffer
reader.
- UTF8ByteBufferReader() - Constructor for class javolution.io.UTF8ByteBufferReader
-
Default constructor.
- UTF8ByteBufferWriter - Class in javolution.io
-
This class represents a UTF-8 j2me.nio.ByteBuffer
writer.
- UTF8ByteBufferWriter() - Constructor for class javolution.io.UTF8ByteBufferWriter
-
Default constructor.
- UTF8StreamReader - Class in javolution.io
-
This class represents a UTF-8 stream reader.
- UTF8StreamReader() - Constructor for class javolution.io.UTF8StreamReader
-
Creates a UTF-8 reader having a byte buffer of moderate capacity (2048).
- UTF8StreamReader(int) - Constructor for class javolution.io.UTF8StreamReader
-
Creates a UTF-8 reader having a byte buffer of specified capacity.
- UTF8StreamWriter - Class in javolution.io
-
This class represents a UTF-8 stream writer.
- UTF8StreamWriter() - Constructor for class javolution.io.UTF8StreamWriter
-
Creates a UTF-8 writer having a byte buffer of moderate capacity (2048).
- UTF8StreamWriter(int) - Constructor for class javolution.io.UTF8StreamWriter
-
Creates a UTF-8 writer having a byte buffer of specified capacity.
- UTF8String(int) - Constructor for class javolution.io.Struct.UTF8String
-