Uses of Package
util

Packages that use util
output.java   
types   
util   
 

Classes in util used by output.java
Builders.Builder
          An object with methods that add to a collection and can be chained together.
 

Classes in util used by types
Pair
          A pair of objects of some specified type.
 

Classes in util used by util
Builders.Builder
          An object with methods that add to a collection and can be chained together.
Builders.CollectionBuilder
          The return type of Builders.buildCollection(C).
Builders.MapBuilder
          The return type of Builders.buildMap(C).
Builders.MultiMapBuilder
          The return type of Builders.buildMultiMap(C).
CommandLineParser
          Parses the command line arguments and options passed to a program.
CommandLineParser.InvalidCommandLineException
          Exception thrown by CommandLineParser.parse(Object, String[]) on invalid command-line input.
CommandLineParser.OptionSpec
          The interface which the enum passed to CommandLineParser.buildParser(Class) must implement.
CommandLineParser.OptionSpec.ArgSpec
          The specification for the argument of an option.
CommandLineParser.OptionSpec.OptionException
          Thrown by the CommandLineParser.OptionSpec.execute(String, Object) method of CommandLineParser.OptionSpec implementors to indicate an error in the command line.
Functional.Iteration
          An adaptor for iterating in a foreach loop, given an iterator.
Functional.Range
          An iterable representing a range of integers.
Functional.Range.RangeIterator
           
Functional.Zipper
          An iterable over two iterables, pairing them element by element.
Pair
          A pair of objects of some specified type.
Predicate
          A function returning a boolean value.
Shell
          Utility class which acts like a system shell manipulable from Java code.
Triple
          A triple of objects of some specified types.