| 接口 | 说明 |
|---|---|
| ByteProcessor |
Provides a mechanism to iterate over a collection of bytes.
|
| Bytes.ByteConsumer |
Used to consume bytes.
|
| Bytes.ByteSupplier |
Used to supply bytes.
|
| 类 | 说明 |
|---|---|
| BasedStringAccessor<K,T> | |
| BooleanEvaluator | |
| ByteProcessor.IndexNotOfProcessor |
A
ByteProcessor which finds the first appearance which is not of a specific byte. |
| ByteProcessor.IndexOfProcessor |
A
ByteProcessor which finds the first appearance of a specific byte. |
| Bytes |
Utility methods for reading and writing bytes.
|
| Bytes.InputStreamByteSupplier |
Bytes.ByteSupplier based on InputStream. |
| Bytes.OutputStreamByteConsumer |
Bytes.ByteConsumer based on OutputStream. |
| Calenders | |
| Chars | |
| DataSizes | |
| Emptys | |
| Maths | |
| Numbers | |
| Platform | |
| Preconditions | |
| StopWatch |
Simple stop watch, allowing for timing of a number of tasks,
exposing total running time and running time for each named task.
|
| StopWatch.TaskInfo |
Inner class to hold data about one task executed within the stop watch.
|
| StringMaker | |
| Strings | |
| SystemPropertys | |
| Throwables |
Copyright © 2019. All rights reserved.