Contains classes related to J2SE 1.4 NIO functionality.
-
class
Provides a basic implementation of ByteBufferManager.
class
Manages a ByteBuffer on a file.
Create a ByteBufferManager to be used by a BinaryStore.
Create a ByteBufferManager to be used by a BinaryStore.
Obtain the ByteBufferManager that provides the ByteBuffer objects.
protected void
Specify the ByteBufferManager for this map.
Construct a BinaryMap using a buffer from the specified
ByteBufferManager, and using the default modulo growth and shrinkage
(load factor) settings.
Construct a BinaryMap using a buffer from the specified
ByteBufferManager, and using the specified modulo growth and shrinkage
(load factor) settings.