Class Lists


  • public class Lists
    extends java.lang.Object
    • Nested Class Summary

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

      Constructors 
      Constructor Description
      Lists()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Lists

        public Lists()