Class Lists
java.lang.Object
com.bazaarvoice.jolt.modifier.function.Lists
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Given an index at arg[0], and a list at arg[1] or args[1...N], return element at index of list or arraystatic final class
Given a list, return the first elementstatic final class
Given a list, return the last elementstatic final class
Given an arbitrary list of items, returns a new array of them in sorted statestatic final class
Given an arbitrary number of arguments, return them as list -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Lists
public Lists()
-