Skip to content

Commit

Permalink
Released version 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Dec 12, 2024
1 parent e5c0640 commit d9153dd
Show file tree
Hide file tree
Showing 84 changed files with 8,861 additions and 0 deletions.
120 changes: 120 additions & 0 deletions 5.2/docs/api/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (23) on Thu Dec 12 19:34:20 UTC 2024 -->
<title>All Classes and Interfaces (pouch 5.2 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-12-12">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style">
<script type="text/javascript" src="script-files/script.js"></script>
<script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="script-files/jquery-ui.min.js"></script>
</head>
<body class="all-classes-index-page">
<script type="text/javascript">const pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="com.github.cowwoc.pouch.core/module-summary.html">Module</a></li>
<li><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/package-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="help-doc.html#all-classes">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list"></ol>
<div class="nav-list-search">
<input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off">
<input type="reset" id="reset-search" disabled value="Reset">
</div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<main role="main">
<div class="header">
<h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces</h1>
</div>
<div id="all-classes-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="all-classes-table-tab0" role="tab" aria-selected="true" aria-controls="all-classes-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="all-classes-table-tab1" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab1', 2)" class="table-tab">Interfaces</button><button id="all-classes-table-tab2" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab2', 2)" class="table-tab">Classes</button><button id="all-classes-table-tab5" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab5', 2)" class="table-tab">Exception Classes</button></div>
<div id="all-classes-table.tabpanel" role="tabpanel" aria-labelledby="all-classes-table-tab0">
<div class="summary-table two-column-summary">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/ConcurrentChildScopes.html" title="class in com.github.cowwoc.pouch.core">ConcurrentChildScopes</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Manages child scopes.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/ConcurrentLazyFactory.html" title="class in com.github.cowwoc.pouch.core">ConcurrentLazyFactory&lt;T&gt;</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A thread-safe factory that initializes a value on demand.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/ConcurrentLazyReference.html" title="class in com.github.cowwoc.pouch.core">ConcurrentLazyReference&lt;T&gt;</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A thread-safe reference that initializes a value on demand.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/ConstantReference.html" title="class in com.github.cowwoc.pouch.core">ConstantReference&lt;T&gt;</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A <code>Reference</code> that returns a pre-existing value.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/Factory.html" title="interface in com.github.cowwoc.pouch.core">Factory&lt;T&gt;</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Creates and destroys a value.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/LazyFactory.html" title="class in com.github.cowwoc.pouch.core">LazyFactory&lt;T&gt;</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A factory that initializes a value on demand.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/LazyReference.html" title="class in com.github.cowwoc.pouch.core">LazyReference&lt;T&gt;</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A reference that initializes a value on demand.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/Reference.html" title="interface in com.github.cowwoc.pouch.core">Reference&lt;T&gt;</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">A reference to a value.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/Scopes.html" title="class in com.github.cowwoc.pouch.core">Scopes</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Scope helper functions.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab5"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/WrappedCheckedException.html" title="class in com.github.cowwoc.pouch.core">WrappedCheckedException</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab5">
<div class="block">A runtime exception dedicated to wrapping checked exceptions.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/WrappedCheckedException.CheckedRunnable.html" title="interface in com.github.cowwoc.pouch.core">WrappedCheckedException.CheckedRunnable</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">A <a href="https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Runnable.html" title="class or interface in java.lang" class="external-link"><code>Runnable</code></a> that throws checked exceptions.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/WrappedCheckedException.UncheckedCallable.html" title="interface in com.github.cowwoc.pouch.core">WrappedCheckedException.UncheckedCallable&lt;V&gt;</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
<div class="block">A <a href="https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/util/concurrent/Callable.html" title="class or interface in java.util.concurrent" class="external-link"><code>Callable</code></a> that does not throw any checked exceptions.</div>
</div>
</div>
</div>
</div>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</footer>
</main>
</div>
</body>
</html>
70 changes: 70 additions & 0 deletions 5.2/docs/api/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (23) on Thu Dec 12 19:34:20 UTC 2024 -->
<title>All Packages (pouch 5.2 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-12-12">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="resource-files/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="resource-files/stylesheet.css" title="Style">
<script type="text/javascript" src="script-files/script.js"></script>
<script type="text/javascript" src="script-files/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="script-files/jquery-ui.min.js"></script>
</head>
<body class="all-packages-index-page">
<script type="text/javascript">const pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="nav-content">
<div class="nav-menu-button"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button></div>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="com.github.cowwoc.pouch.core/module-summary.html">Module</a></li>
<li><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/package-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="help-doc.html#all-packages">Help</a></li>
</ul>
</div>
</div>
<div class="sub-nav">
<div class="nav-content">
<ol class="sub-nav-list"></ol>
<div class="nav-list-search">
<input type="text" id="search-input" disabled placeholder="Search" aria-label="Search in documentation" autocomplete="off">
<input type="reset" id="reset-search" disabled value="Reset">
</div>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="main-grid">
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</div>
<div class="caption"><span>Package Summary</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/package-summary.html">com.github.cowwoc.pouch.core</a></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2024. All rights reserved.</small></p>
</footer>
</main>
</div>
</body>
</html>
Loading

0 comments on commit d9153dd

Please sign in to comment.