Uses of Interface
com.floragunn.fluent.collections.CheckList
-
Packages that use CheckList Package Description com.floragunn.fluent.collections -
-
Uses of CheckList in com.floragunn.fluent.collections
Classes in com.floragunn.fluent.collections that implement CheckList Modifier and Type Class Description static classCheckList.BasicCheckList<E>static classCheckList.TwoElementCheckList<E>Fields in com.floragunn.fluent.collections declared as CheckList Modifier and Type Field Description static CheckList<?>CheckList. EMPTYMethods in com.floragunn.fluent.collections that return CheckList Modifier and Type Method Description static <E> CheckList<E>CheckList. create(Set<E> elements)static <E> CheckList<E>CheckList. create(Set<E> elements, String elementName)static <E> CheckList<E>CheckList. empty()CheckList<E>CheckList.BasicCheckList. getView(ImmutableSet<E> elementSubSet)CheckList<E>CheckList.BasicCheckList. getView(Predicate<E> predicate)CheckList<E>CheckList. getView(ImmutableSet<E> elementSubSet)CheckList<E>CheckList. getView(Predicate<E> predicate)CheckList<E>CheckList.TwoElementCheckList. getView(ImmutableSet<E> elementSubSet)CheckList<E>CheckList.TwoElementCheckList. getView(Predicate<E> predicate)
-