blob: c1448a1c710498e57ffb8d46037b539fa836c6a0 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.juneau.internal (Apache Juneau 9.0.0)</title>
<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.juneau.internal (Apache Juneau 9.0.0)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</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">
<li><a href="../../../../org/apache/juneau/httppart/bean/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../org/apache/juneau/json/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/juneau/internal/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.juneau.internal</h1>
<div class="docSummary">
<div class="block">Internal Utilities</div>
</div>
<p>See:&nbsp;<a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Function2.html" title="interface in org.apache.juneau.internal">Function2</a>&lt;A,B,R&gt;</td>
<td class="colLast">
<div class="block">A function that takes in 2 arguments.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Function3.html" title="interface in org.apache.juneau.internal">Function3</a>&lt;A,B,C,R&gt;</td>
<td class="colLast">
<div class="block">A function that takes in 3 arguments.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Function4.html" title="interface in org.apache.juneau.internal">Function4</a>&lt;A,B,C,D,R&gt;</td>
<td class="colLast">
<div class="block">A function that takes in 4 arguments.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Setter.html" title="interface in org.apache.juneau.internal">Setter</a></td>
<td class="colLast">
<div class="block">Encapsulate a bean setter method that may be a method or field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ThrowableUtils.SupplierWithThrowable.html" title="interface in org.apache.juneau.internal">ThrowableUtils.SupplierWithThrowable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Interface used with <a href="../../../../org/apache/juneau/internal/ThrowableUtils.html#safeSupplier-org.apache.juneau.internal.ThrowableUtils.SupplierWithThrowable-"><code>ThrowableUtils.safeSupplier(SupplierWithThrowable)</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/AnnotationUtils.html" title="class in org.apache.juneau.internal">AnnotationUtils</a></td>
<td class="colLast">
<div class="block">Annotation utilities.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ArgUtils.html" title="class in org.apache.juneau.internal">ArgUtils</a></td>
<td class="colLast">
<div class="block">Method argument utility methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ArrayBuilder.html" title="class in org.apache.juneau.internal">ArrayBuilder</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Builder for arrays.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ArrayUtils.html" title="class in org.apache.juneau.internal">ArrayUtils</a></td>
<td class="colLast">
<div class="block">Quick and dirty utilities for working with arrays.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/AsciiMap.html" title="class in org.apache.juneau.internal">AsciiMap</a></td>
<td class="colLast">
<div class="block">Stores a Map of ASCII characters to Strings in a quick-lookup array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/AsciiSet.html" title="class in org.apache.juneau.internal">AsciiSet</a></td>
<td class="colLast">
<div class="block">Stores a set of ASCII characters for quick lookup.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/AsciiSet.Builder.html" title="class in org.apache.juneau.internal">AsciiSet.Builder</a></td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/BiMap.html" title="class in org.apache.juneau.internal">BiMap</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">A linked hashmap with reverse key lookup by value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/BiMap.Builder.html" title="class in org.apache.juneau.internal">BiMap.Builder</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Cache.html" title="class in org.apache.juneau.internal">Cache</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Simple in-memory cache of objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Cache.Builder.html" title="class in org.apache.juneau.internal">Cache.Builder</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/CharSequenceReader.html" title="class in org.apache.juneau.internal">CharSequenceReader</a></td>
<td class="colLast">
<div class="block">Similar to <a href="https://docs.oracle.com/javase/8/docs/api/java/io/StringReader.html?is-external=true" title="class or interface in java.io"><code>StringReader</code></a> except reads from a generic <a href="../../../../org/apache/juneau/internal/CharSequenceReader.html" title="class in org.apache.juneau.internal"><code>CharSequenceReader</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ClassUtils.html" title="class in org.apache.juneau.internal">ClassUtils</a></td>
<td class="colLast">
<div class="block">Class-related utility methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/CollectionUtils.html" title="class in org.apache.juneau.internal">CollectionUtils</a></td>
<td class="colLast">
<div class="block">Utility methods for collections.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ConsumerUtils.html" title="class in org.apache.juneau.internal">ConsumerUtils</a></td>
<td class="colLast">
<div class="block">Utilities when working with <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function"><code>Predicates</code></a> and <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function"><code>Consumers</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ConverterUtils.html" title="class in org.apache.juneau.internal">ConverterUtils</a></td>
<td class="colLast">
<div class="block">Utility class for efficiently converting objects between types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/DateUtils.html" title="class in org.apache.juneau.internal">DateUtils</a></td>
<td class="colLast">
<div class="block">A utility class for parsing and formatting HTTP dates as used in cookies and other headers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/DelegateBeanMap.html" title="class in org.apache.juneau.internal">DelegateBeanMap</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Represents a wrapped <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau"><code>BeanMap</code></a> where property values can be overridden, removed, or reordered without
affecting the underlying bean.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/DelegateList.html" title="class in org.apache.juneau.internal">DelegateList</a>&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&gt;</td>
<td class="colLast">
<div class="block">Represents a wrapped <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> where entries in the list can be removed or reordered without affecting the
underlying list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/DelegateMap.html" title="class in org.apache.juneau.internal">DelegateMap</a>&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&gt;</td>
<td class="colLast">
<div class="block">Represents a wrapped <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> where entries in the map can be removed without affecting the underlying map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ExceptionBuilder.html" title="class in org.apache.juneau.internal">ExceptionBuilder</a>&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&gt;</td>
<td class="colLast">
<div class="block">Builder class for <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code>Exception</code></a> objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/FileReaderBuilder.html" title="class in org.apache.juneau.internal">FileReaderBuilder</a></td>
<td class="colLast">
<div class="block">Utility class for creating <a href="https://docs.oracle.com/javase/8/docs/api/java/io/FileReader.html?is-external=true" title="class or interface in java.io"><code>FileReader</code></a> objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/FileUtils.html" title="class in org.apache.juneau.internal">FileUtils</a></td>
<td class="colLast">
<div class="block">File utilities.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/FileWriterBuilder.html" title="class in org.apache.juneau.internal">FileWriterBuilder</a></td>
<td class="colLast">
<div class="block">Utility class for creating <a href="https://docs.oracle.com/javase/8/docs/api/java/io/FileWriter.html?is-external=true" title="class or interface in java.io"><code>FileWriter</code></a> objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/FilteredMap.html" title="class in org.apache.juneau.internal">FilteredMap</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Wrapper around a map where the key names are overridden.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Flag.html" title="class in org.apache.juneau.internal">Flag</a></td>
<td class="colLast">
<div class="block">A simple settable boolean value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/HashCode.html" title="class in org.apache.juneau.internal">HashCode</a></td>
<td class="colLast">
<div class="block">Utility class for generating integer hash codes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/HttpUtils.html" title="class in org.apache.juneau.internal">HttpUtils</a></td>
<td class="colLast">
<div class="block">HTTP utilities.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/IntValue.html" title="class in org.apache.juneau.internal">IntValue</a></td>
<td class="colLast">
<div class="block">A simple settable integer value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/IOUtils.html" title="class in org.apache.juneau.internal">IOUtils</a></td>
<td class="colLast">
<div class="block">Various I/O related utility methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/KeywordSet.html" title="class in org.apache.juneau.internal">KeywordSet</a></td>
<td class="colLast">
<div class="block">Stores a set of language keywords for quick lookup.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ListBuilder.html" title="class in org.apache.juneau.internal">ListBuilder</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Builder for lists.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/MapBuilder.html" title="class in org.apache.juneau.internal">MapBuilder</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Builder for maps.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/MultiSet.html" title="class in org.apache.juneau.internal">MultiSet</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Encapsulates multiple collections so they can be iterated over as if they were all part of the same collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/NoCloseOutputStream.html" title="class in org.apache.juneau.internal">NoCloseOutputStream</a></td>
<td class="colLast">
<div class="block">Wraps an existing <a href="https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> where the <a href="../../../../org/apache/juneau/internal/NoCloseOutputStream.html#close--"><code>NoCloseOutputStream.close()</code></a> method is a no-op.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/NoCloseWriter.html" title="class in org.apache.juneau.internal">NoCloseWriter</a></td>
<td class="colLast">
<div class="block">Wraps an existing <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a> where the <a href="../../../../org/apache/juneau/internal/NoCloseWriter.html#close--"><code>NoCloseWriter.close()</code></a> method is a no-op.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ObjectUtils.html" title="class in org.apache.juneau.internal">ObjectUtils</a></td>
<td class="colLast">
<div class="block">Various generic object utility methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ReaderInputStream.html" title="class in org.apache.juneau.internal">ReaderInputStream</a></td>
<td class="colLast">
<div class="block"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> implementation that reads a character stream from a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a>
and transforms it to a byte stream using a specified charset encoding.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ResourceBundleUtils.html" title="class in org.apache.juneau.internal">ResourceBundleUtils</a></td>
<td class="colLast">
<div class="block">Class-related utility methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/SetBuilder.html" title="class in org.apache.juneau.internal">SetBuilder</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Builder for sets.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Setter.FieldSetter.html" title="class in org.apache.juneau.internal">Setter.FieldSetter</a></td>
<td class="colLast">
<div class="block">Field setter</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/Setter.MethodSetter.html" title="class in org.apache.juneau.internal">Setter.MethodSetter</a></td>
<td class="colLast">
<div class="block">Method setter</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/SimpleLock.html" title="class in org.apache.juneau.internal">SimpleLock</a></td>
<td class="colLast">
<div class="block">A simple auto-closeable wrapper around a lock.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/SimpleMap.html" title="class in org.apache.juneau.internal">SimpleMap</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">An instance of a <c>Map</c> where the keys and values are simple arrays.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/SimpleNoOpLock.html" title="class in org.apache.juneau.internal">SimpleNoOpLock</a></td>
<td class="colLast">
<div class="block">An extension of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantReadWriteLock.html?is-external=true" title="class or interface in java.util.concurrent.locks"><code>ReentrantReadWriteLock</code></a> with convenience methods for creating
auto-closeable locks.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/SimpleReadWriteLock.html" title="class in org.apache.juneau.internal">SimpleReadWriteLock</a></td>
<td class="colLast">
<div class="block">An extension of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReentrantReadWriteLock.html?is-external=true" title="class or interface in java.util.concurrent.locks"><code>ReentrantReadWriteLock</code></a> with convenience methods for creating
auto-closeable locks.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/StringBuilderWriter.html" title="class in org.apache.juneau.internal">StringBuilderWriter</a></td>
<td class="colLast">
<div class="block">Similar to <a href="https://docs.oracle.com/javase/8/docs/api/java/io/StringWriter.html?is-external=true" title="class or interface in java.io"><code>StringWriter</code></a>, but uses a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang"><code>StringBuilder</code></a> instead to avoid synchronization overhead.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/StringUtils.html" title="class in org.apache.juneau.internal">StringUtils</a></td>
<td class="colLast">
<div class="block">Reusable string utility methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/SystemEnv.html" title="class in org.apache.juneau.internal">SystemEnv</a></td>
<td class="colLast">
<div class="block">Utility methods for accessing system properties and environment variables.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/SystemUtils.html" title="class in org.apache.juneau.internal">SystemUtils</a></td>
<td class="colLast">
<div class="block">System utilities.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/ThrowableUtils.html" title="class in org.apache.juneau.internal">ThrowableUtils</a></td>
<td class="colLast">
<div class="block">Various utility methods for creating and working with throwables.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/TwoKeyConcurrentCache.html" title="class in org.apache.juneau.internal">TwoKeyConcurrentCache</a>&lt;K1,K2,V&gt;</td>
<td class="colLast">
<div class="block">A hashmap that allows for two-part keys.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/VersionRange.html" title="class in org.apache.juneau.internal">VersionRange</a></td>
<td class="colLast">
<div class="block">Represents an OSGi-style version range like <js>"1.2"</js> or <js>"[1.0,2.0)"</js>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/StateMachineState.html" title="enum in org.apache.juneau.internal">StateMachineState</a></td>
<td class="colLast">
<div class="block">Enums for state-machine states.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation">
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/FluentSetter.html" title="annotation in org.apache.juneau.internal">FluentSetter</a></td>
<td class="colLast">
<div class="block">Identifies a method as a configurable property setter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/juneau/internal/FluentSetters.html" title="annotation in org.apache.juneau.internal">FluentSetters</a></td>
<td class="colLast">
<div class="block">Used in conjunction with the ConfigurablePropertyCodeGenerator class to synchronize and copy fluent setters from
parent classes to child classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.apache.juneau.internal Description">Package org.apache.juneau.internal Description</h2>
<div class="block">Internal Utilities</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</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">
<li><a href="../../../../org/apache/juneau/httppart/bean/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../org/apache/juneau/json/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/juneau/internal/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>