| Interface | Description |
|---|---|
| IBuilder<T> |
| Class | Description |
|---|---|
| AbstractIterator<T> |
Rough and ready clone of the Guava AbstractIterator.
|
| ArrayUtils | |
| Bits | |
| DoublyLinkedList<T> | |
| ExternalizableUtil | |
| ListNode2<T> | |
| Lists |
Toy version of the guava class.
|
| Pair<T1,T2> | |
| Preconditions |
Toy version of the guava class.
|
| QuotedStringTokenizer |
This class implements a split-method which takes care of quoted strings, i.e.
|
| SizeOf |
A simple implementation of C++ keyword sizeof for Java 5+
|
| UnsignedIntComparator | |
| Varint |
Encodes signed and unsigned values using a common variable-length
scheme, found for example in
Google's Protocol Buffers.
|
Copyright © 2014. All rights reserved.