mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
Update hutool-core/src/main/java/cn/hutool/core/tree/BeanTree.java
This commit is contained in:
parent
55188ca965
commit
38e5a31870
@ -31,6 +31,8 @@ import java.util.function.Predicate;
|
|||||||
* <pre>{@code final List<JavaBean> javaBeanList = beanTree.flat(originJavaBeanTree);}</pre>
|
* <pre>{@code final List<JavaBean> javaBeanList = beanTree.flat(originJavaBeanTree);}</pre>
|
||||||
*
|
*
|
||||||
* @author VampireAchao
|
* @author VampireAchao
|
||||||
|
* @author emptypoint
|
||||||
|
* @author CreateSequence
|
||||||
* 最后,引用一句电影经典台词: 无处安放的双手,以及无处安放的灵魂。——《Hello!树先生》
|
* 最后,引用一句电影经典台词: 无处安放的双手,以及无处安放的灵魂。——《Hello!树先生》
|
||||||
*/
|
*/
|
||||||
public class BeanTree<T, R extends Comparable<R>> {
|
public class BeanTree<T, R extends Comparable<R>> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user