| 接口 | 说明 |
|---|---|
| ExCollection<T> |
Expanded collection
|
| ExDoubleStream |
Expanded double stream
|
| ExIntStream |
Expanded int stream
|
| ExList<T> |
Expanded list
|
| ExLongStream |
Expanded long stream
|
| ExMap<K,V> |
Expanded map
|
| ExSet<T> |
Expanded set
|
| ExStream<T> |
Expanded stream with toList(), toSet() and other reduce method.
|
| 类 | 说明 |
|---|---|
| Array<T> |
Array wrapper as collection
|
| ArrayUtils |
Utils for Array
|
| ExArrayList<T> |
Expanded ArrayList
|
| ExHashMap<K,V> |
Expanded hash map
|
| ExHashSet<T> |
Expanded hash set
|
| ExLinkedHashMap<K,V> |
Expanded linked hash map
|
| ExLinkedHashSet<T> |
Expanded linked hash set
|
| ExLinkedList<T> |
Expanded linked list
|
| ExTreeMap<K,V> |
Expanded tree map
|
| ExTreeSet<T> |
Expanded tree set
|
| Pair<K,V> |
mutable pair with first, and second, or key and value
|
| Tuple2<A,B> |
Used for join defers
|
| Tuple3<A,B,C> |
Used for join defers
|
| Tuple4<A,B,C,D> |
Used for join defers
|
| Tuple5<A,B,C,D,E> |
Used for join defers
|
| Tuple6<A,B,C,D,E,F> |
Used for join defers
|
| Tuple7<A,B,C,D,E,F,G> |
Used for join defers
|
| TupleUtils |
utils method for tuple
|
Copyright © 2015. All rights reserved.