Package org.parboiled.common

Interface Summary
Factory<T>  
Formatter<T> The capability to transform an object of type T into a string representation.
Predicate<T>  
 

Class Summary
ArrayBuilder<T>  
Base64  
FileUtils  
ImmutableLinkedList<T>  
ImmutableList<T> A simple, immutable List implementation wrapping an array.
IntArrayStack  
Preconditions Simple static methods to be called at the start of your own methods to verify correct arguments and state.
Predicates  
Reference<T> A simple container holding a reference to another object.
StringUtils General utility methods for string manipulation.
Tuple2<A,B>  
Tuple3<A,B,C>  
Utils General utility methods.
 

Exception Summary
IntArrayStack.UnderflowException