Uses of Class
org.apache.camel.util.Pair

Packages that use Pair
Package
Description
Utility classes used by the core of Camel.
  • Uses of Pair in org.apache.camel.util

    Methods in org.apache.camel.util that return types with arguments of type Pair
    Modifier and Type
    Method
    Description
    static List<Pair<Integer>>
    URISupport.scanRaw(String str)
    Scans RAW tokens in the string and returns the list of pair indexes which tell where a RAW token starts and ends in the string.
    Method parameters in org.apache.camel.util with type arguments of type Pair
    Modifier and Type
    Method
    Description
    static boolean
    URISupport.isRaw(int index, List<Pair<Integer>> pairs)
    Tests if the index is within any pair of the start and end indexes which represent the start and end positions of a RAW token.