mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
Update hutool-core/src/main/java/cn/hutool/core/tree/BeanTree.java
This commit is contained in:
@@ -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>> {
|
||||||
|
Reference in New Issue
Block a user