See: Description
| Interface | Description |
|---|---|
| BufferQueue | |
| PacketQueue | |
| PoolAndQueue | |
| TwoPrioritiesQueue |
| Class | Description |
|---|---|
| AbstractBufferQueue | |
| AbstractTwoPrioritiesBufferQueue | |
| ArrayQueue |
a simple implementation of a priority queue with only two priorities.
|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BSet |
a Bloom Filter implementation using a fixed-size BitSet.
|
| BSetBV |
a Bloom Filter implementation using a compact bitvector implemented
as an array of long values.
|
| BSetNode | |
| BSetTable | |
| Buffer | |
| BufferQueueImpl | |
| ByteArrayComparator | |
| DistanceVector |
an implementation of a distance vector
|
| DVEntry |
a
DistanceVector entry. |
| FastArrayQueue |
a simple implementation of a priority queue with only two priorities.
|
| Hash |
a configurable hashing class.
|
| OrderedByteArrayMap<E> |
an ordered Map using byte arrays as keys.
|
| OrderedByteArraySet |
an ordered Map using byte arrays as keys.
|
| PredicatesTable |
an implementation of a distance vector
|
| PredicatesTableEntry |
a
DistanceVector entry. |
| ReceiverThread | |
| SlowArrayQueue |
a simple implementation of a priority queue with only two priorities.
|
| StaticBufferQueue | |
| TwoPrioritiesArrayQueue |
a simple implementation of a priority queue with only two priorities.
|
| TwoPrioritiesBufferQueue | |
| TwoPrioritiesListQueue |
a simple implementation of a priority queue with only two priorities.
|
| TwoPrioritiesStaticBufferQueue |
| Exception | Description |
|---|---|
| QueueFullException |
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga