| 接口 | 说明 |
|---|---|
| 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. |
| Calendars | |
| Chars | |
| ClassLoaders | |
| DataSize | |
| DataSizes | |
| Dates |
https://www.iso.org/obp/ui#iso:std:iso:8601:-1:ed-1:v1:en
标准时间:GMT时间,也叫格林威治平时,也叫 UTC时间。
|
| 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 | |
| Platform | |
| 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
|
| 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> | |
| ThrowableFunction2<I1,I2,O> | |
| Throwables |
| 枚举 | 说明 |
|---|---|
| Calendars.DateField | |
| Calendars.RecentIntervalType | |
| DataUnit |
Copyright © 2020. All rights reserved.