| 接口 | 说明 |
|---|---|
| ByteProcessor |
Provides a mechanism to iterate over a collection of bytes.
|
| Bytes.ByteConsumer |
Used to consume bytes.
|
| Bytes.ByteSupplier |
Used to supply bytes.
|
| EmptyEvalutible | |
| JvmConstants |
Constants for the project, mostly defined in the JVM specification.
|
| Memoable |
Interface for Memoable objects.
|
| 类 | 说明 |
|---|---|
| BasedStringAccessor<K,T> | |
| BooleanEvaluator | |
| Booleans | |
| 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 :
1) reading and writing bytes.
2) Converter a byte to int or long, or back
|
| Bytes.InputStreamByteSupplier |
Bytes.ByteSupplier based on InputStream. |
| Bytes.OutputStreamByteConsumer |
Bytes.ByteConsumer based on OutputStream. |
| Calendars | |
| Chars | |
| ClassLoaders | |
| DataSize | |
| DataSizes | |
| Dates |
https://www.iso.org/obp/ui#iso:std:iso:8601:-1:ed-1:v1:en
标准时间:GMT时间,也叫格林威治平时,也叫 UTC时间。
|
| DoubleStatistics | |
| Emptys | |
| Equivalence<T> |
A strategy for determining whether two instances are considered equivalent.
|
| Equivalence.Wrapper<T> |
Wraps an object so that
Equivalence.Wrapper.equals(Object) and Equivalence.Wrapper.hashCode() delegate to an
Equivalence. |
| Maths | |
| Numbers | |
| Objects | 已过时 |
| Objs | |
| Preconditions | |
| Radixs |
进制转换工具
10进制 二进制 8进制 16进制
1 1 1 1
10 1010 12 A
15 1111 17 F
16 10000 20 10
18 10010 22 12
100 1100100 144 64
100=64+32+4=1100100
binary: 二进制
otc: 八进制
decimal: 十进制
hex:十六进制
|
| StringJoiner |
StringJoiner is used to construct a sequence of characters separated
by a delimiter and optionally starting with a supplied prefix
and ending with a supplied suffix. |
| StringMaker | |
| Strings | |
| SystemPropertys |
提供当前进程的系统属性值
|
| ThrowableFunction<I,O> |
这是对 Function的扩展,用于支持当函数执行过程中出现任何错误,都会将异常转换为RuntimeException。
|
| ThrowableFunction2<I1,I2,O> |
这是对 Function2
|
| Throwables |
| 枚举 | 说明 |
|---|---|
| Calendars.DateField | |
| Calendars.RecentIntervalType | |
| DataUnit |
| 异常错误 | 说明 |
|---|---|
| MemoableResetException |
Exception to be thrown on a failure to reset an object implementing Memoable.
|
Copyright © 2021. All rights reserved.