blob: 67eccf5b17310296a555fa5c6f4fb26e96b76169 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Matchers (Calcite 1.21.0 Test API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Matchers (Calcite 1.21.0 Test API)";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Matchers.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.test</a></div>
<h2 title="Class Matchers" class="title">Class Matchers</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.test.Matchers</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public class <span class="typeNameLabel">Matchers</span>
extends java.lang.Object</pre>
<div class="block">Matchers for testing SQL queries.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Matchers.ComposingMatcher.html" title="class in org.apache.calcite.test">Matchers.ComposingMatcher</a>&lt;<a href="Matchers.ComposingMatcher.html" title="type parameter in Matchers.ComposingMatcher">F</a>,&#8203;<a href="Matchers.ComposingMatcher.html" title="type parameter in Matchers.ComposingMatcher">T</a>&gt;</span></code></th>
<td class="colLast">
<div class="block">Matcher that transforms the input value using a function before
passing to another matcher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Matchers.IsWithin.html" title="class in org.apache.calcite.test">Matchers.IsWithin</a>&lt;<a href="Matchers.IsWithin.html" title="type parameter in Matchers.IsWithin">T</a> extends java.lang.Number&gt;</span></code></th>
<td class="colLast">
<div class="block">Is the numeric value within a given difference another value?</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static java.lang.ThreadLocal&lt;java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#THREAD_ACTUAL">THREAD_ACTUAL</a></span></code></th>
<td class="colLast">
<div class="block">Allows passing the actual result from the <code>matchesSafely</code> method to
the <code>describeMismatchSafely</code> method that will show the difference.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colSecond" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private </code></td>
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">Matchers</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static &lt;T extends java.lang.Comparable&lt;T&gt;&gt;<br>org.hamcrest.Matcher&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#between(T,T)">between</a></span>&#8203;(T&nbsp;min,
T&nbsp;max)</code></th>
<td class="colLast">
<div class="block">Creates a matcher that matches if the examined value is between bounds:
<code>min &le; value &le; max</code>.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static &lt;F,&#8203;T&gt;<br>org.hamcrest.Matcher&lt;F&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compose(org.hamcrest.Matcher,java.util.function.Function)">compose</a></span>&#8203;(org.hamcrest.Matcher&lt;T&gt;&nbsp;matcher,
java.util.function.Function&lt;F,&#8203;T&gt;&nbsp;f)</code></th>
<td class="colLast">
<div class="block">Creates a matcher by applying a function to a value before calling
another matcher.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static org.hamcrest.Matcher&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsStringLinux(java.lang.String)">containsStringLinux</a></span>&#8203;(java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Creates a matcher that matches when the examined string is equal to the
specified <code>operand</code> when all Windows-style line endings ("\r\n")
have been converted to Unix-style line endings ("\n").</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static &lt;E extends java.lang.Comparable&gt;<br>org.hamcrest.Matcher&lt;java.lang.Iterable&lt;E&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#equalsUnordered(E...)">equalsUnordered</a></span>&#8203;(E...&nbsp;lines)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static org.hamcrest.Matcher&lt;org.apache.calcite.rel.RelNode&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasTree(java.lang.String)">hasTree</a></span>&#8203;(java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Creates a Matcher that matches a <code>RelNode</code> if its string
representation, after converting Windows-style line endings ("\r\n")
to Unix-style line endings ("\n"), is equal to the given <code>value</code>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static org.hamcrest.Matcher&lt;org.apache.calcite.rel.RelNode&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#inTree(java.lang.String)">inTree</a></span>&#8203;(java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Creates a Matcher that matches a <code>RelNode</code> if its string
representation, after converting Windows-style line endings ("\r\n")
to Unix-style line endings ("\n"), contains the given <code>value</code>
as a substring.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static org.hamcrest.Matcher&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isLinux(java.lang.String)">isLinux</a></span>&#8203;(java.lang.String&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Creates a Matcher that matches when the examined string is equal to the
specified <code>value</code> when all Windows-style line endings ("\r\n")
have been converted to Unix-style line endings ("\n").</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static org.hamcrest.Matcher&lt;? super java.sql.ResultSet&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#returnsUnordered(java.lang.String...)">returnsUnordered</a></span>&#8203;(java.lang.String...&nbsp;lines)</code></th>
<td class="colLast">
<div class="block">Creates a matcher that matches if the examined result set returns the
given collection of rows in some order.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>private static &lt;E&gt;&nbsp;java.lang.Iterable&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toStringList(java.lang.Iterable)">toStringList</a></span>&#8203;(java.lang.Iterable&lt;E&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static &lt;T extends java.lang.Number&gt;<br>org.hamcrest.Matcher&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#within(T,double)">within</a></span>&#8203;(T&nbsp;value,
double&nbsp;epsilon)</code></th>
<td class="colLast">
<div class="block">Creates a matcher that matches when the examined object is within
<code>epsilon</code> of the specified <code>operand</code>.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="THREAD_ACTUAL">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>THREAD_ACTUAL</h4>
<pre>private static final&nbsp;java.lang.ThreadLocal&lt;java.lang.Object&gt; THREAD_ACTUAL</pre>
<div class="block">Allows passing the actual result from the <code>matchesSafely</code> method to
the <code>describeMismatchSafely</code> method that will show the difference.</div>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Matchers</h4>
<pre>private&nbsp;Matchers()</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="returnsUnordered(java.lang.String...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>returnsUnordered</h4>
<pre class="methodSignature">public static&nbsp;org.hamcrest.Matcher&lt;? super java.sql.ResultSet&gt;&nbsp;returnsUnordered&#8203;(java.lang.String...&nbsp;lines)</pre>
<div class="block">Creates a matcher that matches if the examined result set returns the
given collection of rows in some order.
<p>Closes the result set after reading.
<p>For example:
<pre>assertThat(statement.executeQuery("select empno from emp"),
returnsUnordered("empno=1234", "empno=100"));</pre></div>
</li>
</ul>
<a id="equalsUnordered(java.lang.Comparable[])">
<!-- -->
</a><a id="equalsUnordered(E...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equalsUnordered</h4>
<pre class="methodSignature">public static&nbsp;&lt;E extends java.lang.Comparable&gt;&nbsp;org.hamcrest.Matcher&lt;java.lang.Iterable&lt;E&gt;&gt;&nbsp;equalsUnordered&#8203;(E...&nbsp;lines)</pre>
</li>
</ul>
<a id="toStringList(java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toStringList</h4>
<pre class="methodSignature">private static&nbsp;&lt;E&gt;&nbsp;java.lang.Iterable&lt;java.lang.String&gt;&nbsp;toStringList&#8203;(java.lang.Iterable&lt;E&gt;&nbsp;items)</pre>
</li>
</ul>
<a id="within(java.lang.Number,double)">
<!-- -->
</a><a id="within(T,double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>within</h4>
<pre class="methodSignature">public static&nbsp;&lt;T extends java.lang.Number&gt;&nbsp;org.hamcrest.Matcher&lt;T&gt;&nbsp;within&#8203;(T&nbsp;value,
double&nbsp;epsilon)</pre>
<div class="block">Creates a matcher that matches when the examined object is within
<code>epsilon</code> of the specified <code>operand</code>.</div>
</li>
</ul>
<a id="between(java.lang.Comparable,java.lang.Comparable)">
<!-- -->
</a><a id="between(T,T)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>between</h4>
<pre class="methodSignature">public static&nbsp;&lt;T extends java.lang.Comparable&lt;T&gt;&gt;&nbsp;org.hamcrest.Matcher&lt;T&gt;&nbsp;between&#8203;(T&nbsp;min,
T&nbsp;max)</pre>
<div class="block">Creates a matcher that matches if the examined value is between bounds:
<code>min &le; value &le; max</code>.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - value type</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>min</code> - Lower bound</dd>
<dd><code>max</code> - Upper bound</dd>
</dl>
</li>
</ul>
<a id="compose(org.hamcrest.Matcher,java.util.function.Function)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compose</h4>
<pre class="methodSignature">public static&nbsp;&lt;F,&#8203;T&gt;&nbsp;org.hamcrest.Matcher&lt;F&gt;&nbsp;compose&#8203;(org.hamcrest.Matcher&lt;T&gt;&nbsp;matcher,
java.util.function.Function&lt;F,&#8203;T&gt;&nbsp;f)</pre>
<div class="block">Creates a matcher by applying a function to a value before calling
another matcher.</div>
</li>
</ul>
<a id="isLinux(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLinux</h4>
<pre class="methodSignature">public static&nbsp;org.hamcrest.Matcher&lt;java.lang.String&gt;&nbsp;isLinux&#8203;(java.lang.String&nbsp;value)</pre>
<div class="block">Creates a Matcher that matches when the examined string is equal to the
specified <code>value</code> when all Windows-style line endings ("\r\n")
have been converted to Unix-style line endings ("\n").
<p>Thus, if <code>foo()</code> is a function that returns "hello{newline}world"
in the current operating system's line endings, then
<blockquote>
assertThat(foo(), isLinux("hello\nworld"));
</blockquote>
<p>will succeed on all platforms.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>Util.toLinux(String)</code></dd>
</dl>
</li>
</ul>
<a id="hasTree(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasTree</h4>
<pre class="methodSignature">public static&nbsp;org.hamcrest.Matcher&lt;org.apache.calcite.rel.RelNode&gt;&nbsp;hasTree&#8203;(java.lang.String&nbsp;value)</pre>
<div class="block">Creates a Matcher that matches a <code>RelNode</code> if its string
representation, after converting Windows-style line endings ("\r\n")
to Unix-style line endings ("\n"), is equal to the given <code>value</code>.</div>
</li>
</ul>
<a id="inTree(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>inTree</h4>
<pre class="methodSignature">public static&nbsp;org.hamcrest.Matcher&lt;org.apache.calcite.rel.RelNode&gt;&nbsp;inTree&#8203;(java.lang.String&nbsp;value)</pre>
<div class="block">Creates a Matcher that matches a <code>RelNode</code> if its string
representation, after converting Windows-style line endings ("\r\n")
to Unix-style line endings ("\n"), contains the given <code>value</code>
as a substring.</div>
</li>
</ul>
<a id="containsStringLinux(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>containsStringLinux</h4>
<pre class="methodSignature">public static&nbsp;org.hamcrest.Matcher&lt;java.lang.String&gt;&nbsp;containsStringLinux&#8203;(java.lang.String&nbsp;value)</pre>
<div class="block">Creates a matcher that matches when the examined string is equal to the
specified <code>operand</code> when all Windows-style line endings ("\r\n")
have been converted to Unix-style line endings ("\n").
<p>Thus, if <code>foo()</code> is a function that returns "hello{newline}world"
in the current operating system's line endings, then
<blockquote>
assertThat(foo(), isLinux("hello\nworld"));
</blockquote>
<p>will succeed on all platforms.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>Util.toLinux(String)</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Matchers.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>