org.thymeleaf.expression
Class Lists

Object
  extended by org.thymeleaf.expression.Lists

public final class Lists
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
Lists()
           
 
Method Summary
 boolean contains(List<?> target, Object element)
           
 boolean containsAll(List<?> target, Collection<?> elements)
           
 boolean containsAll(List<?> target, Object[] elements)
           
 boolean isEmpty(List<?> target)
           
 int size(List<?> target)
           
 List<?> toList(Object target)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lists

public Lists()
Method Detail

toList

public List<?> toList(Object target)

size

public int size(List<?> target)

isEmpty

public boolean isEmpty(List<?> target)

contains

public boolean contains(List<?> target,
                        Object element)

containsAll

public boolean containsAll(List<?> target,
                           Object[] elements)

containsAll

public boolean containsAll(List<?> target,
                           Collection<?> elements)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.