- TimeHelper - net.guerlab.commons.time中的类
-
时间助手类
- toCollection(Iterable<I>, Function<I, O>, Supplier<C>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换
- toCollection(Iterable<I>, Function<I, O>, boolean, Supplier<C>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换
- toDistinctList(Iterable<I>, Function<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转变为list集合,并去重
不转换的内容可在映射关系中返回null来过滤该值
- toDistinctList(Iterable<I>, Function<I, O>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转变为list集合,并去重
不转换的内容可在映射关系中返回null来过滤该值
- toList(Iterable<I>, Function<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转变为list集合
不转换的内容可在映射关系中返回null来过滤该值
- toList(Iterable<I>, Function<I, O>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转变为list集合
不转换的内容可在映射关系中返回null来过滤该值
- toMap(Collection<T>, Function<T, K>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换为Map结构
- toMap(Collection<T>, Function<T, K>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换为Map结构
- toMap(Collection<T>, Function<T, K>, Function<T, U>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换为Map结构
- toMap(Collection<T>, Function<T, K>, Function<T, U>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换为Map结构
- toMap(Iterable<T>, Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换为Map结构
- toMap(Iterable<T>, Function<? super T, ? extends K>, Function<? super T, ? extends U>, BinaryOperator<U>, Supplier<M>, Collection<Predicate<? super T>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转换为Map结构
- toSet(Iterable<I>, Function<I, O>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转变为set集合
不转换的内容可在映射关系中返回null来过滤该值
- toSet(Iterable<I>, Function<I, O>, Collection<Predicate<? super O>>) - 类 中的静态方法net.guerlab.commons.collection.CollectionUtil
-
集合转变为set集合
不转换的内容可在映射关系中返回null来过滤该值