org.thymeleaf.util
Class ListUtils
Object
org.thymeleaf.util.ListUtils
public final class ListUtils
- extends Object
- Since:
- 1.0
- Author:
- Daniel Fernández
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toList
public static List<?> toList(Object target)
size
public static int size(List<?> target)
isEmpty
public static boolean isEmpty(List<?> target)
contains
public static boolean contains(List<?> target,
Object element)
containsAll
public static boolean containsAll(List<?> target,
Object[] elements)
containsAll
public static boolean containsAll(List<?> target,
Collection<?> elements)
Copyright © 2014 The THYMELEAF team. All Rights Reserved.