java.lang.Object
com.bazaarvoice.jolt.modifier.function.Lists

public class Lists extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static 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 array
    static final class 
    Given a list, return the first element
    static final class 
    Given a list, return the last element
    static final class 
    Given an arbitrary list of items, returns a new array of them in sorted state
    static final class 
    Given an arbitrary number of arguments, return them as list
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Lists

      public Lists()