Package org.apache.juneau.utils


package org.apache.juneau.utils
URL-Encoding Annotations
  • Class
    Description
    Utility class for comparing two versions of a POJO.
    Builder class.
    A utility for logging formatted messages to the console.
    Functional interface for consumers of 2-part arguments.
    Consumer3<A,B,C>
    Functional interface for consumers of 3-part arguments.
    Consumer4<A,B,C,D>
    Functional interface for consumers of 4-part arguments.
    An extension of MimetypesFileTypeMap that includes many more media types.
    Represents a list of objects used to compare objects for equality.
    Utility class for working with Jar manifest files.
    Allows arbitrary objects to be mapped to classes and methods base on class/method name keys.
    Builder class.
    Utility class for matching strings against string expressions.
    A subclass of Consumer that allows for thrown exceptions.
    A subclass of Function that allows for thrown exceptions.
    Tuple2<A,B>
    Represents a simple tuple of 2 objects.
    Allows you to perform a function against 2 objects.
    Tuple3<A,B,C>
    Represents a simple tuple of 3 objects.
    Allows you to perform a function against 3 objects.
    Tuple4<A,B,C,D>
    Represents a simple tuple of 4 objects.
    Tuple4Function<A,B,C,D,R>
    Allows you to perform a function against 4 objects.
    Tuple5<A,B,C,D,E>
    Represents a simple tuple of 5 objects.
    Tuple5Function<A,B,C,D,E,R>
    Allows you to perform a function against 5 objects.
    A simple weighted average of numbers.