Interface | Description |
---|---|
IBuilder<T> |
Class | Description |
---|---|
AbstractIterator<T> |
Rough and ready clone of the Guava AbstractIterator.
|
Bits | |
DoublyLinkedList<T> | |
ExternalizableUtil | |
ListNode2<T> | |
Lists |
Toy version of the guava class.
|
ObyCount |
Simple cardinality estimation command line utility
Usage:
> obycount [update-rate]
update-rate: output results after every update-rate elements/lines
Example:
> cat elements.txt | obycount
|
Pair<T1,T2> | |
Preconditions |
Toy version of the guava class.
|
TopK |
Simple TopK command line utility
Usage:
> topk [capacity] [update-rate]
capacity : size of top / k (defaults to 1000)
update-rate: output results after every update-rate elements/lines
Example:
> cat elements.txt | topk 10
|
UnsignedIntComparator | |
Varint |
Encodes signed and unsigned values using a common variable-length
scheme, found for example in
Google's Protocol Buffers.
|
Copyright © 2019. All rights reserved.