Skip to content

Commit

Permalink
mug-guava and mug-protobuf javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Nov 30, 2023
1 parent ccf3c49 commit 32c1bb6
Show file tree
Hide file tree
Showing 144 changed files with 92,818 additions and 0 deletions.
212 changes: 212 additions & 0 deletions mug-guava/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,212 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Nov 29 22:07:51 PST 2023 -->
<title>All Classes (mug-guava 7.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-11-29">
<link rel="stylesheet" type="text/css" href="javadoc-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="All Classes (mug-guava 7.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var data = {"i0":2,"i1":1,"i2":1,"i3":1,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2};
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"]};
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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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="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>
<a id="skip.navbar.top">
<!-- -->
</a>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</div>
<div class="allClassesContainer">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="typeSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Classes</button><button role="tab" aria-selected="false" aria-controls="typeSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t1" class="tableTab" onclick="show(1);">Interface Summary</button><button role="tab" aria-selected="false" aria-controls="typeSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Class Summary</button></div>
<div id="typeSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor" id="i0">
<td class="colFirst"><a href="com/google/mu/util/BinarySearch.html" title="class in com.google.mu.util">BinarySearch</a></td>
<th class="colLast" scope="row">
<div class="block">Generic binary search algorithm with support for and <b>beyond</b> sorted lists and arrays,
in a fluent API.</div>
</th>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><a href="com/google/mu/util/BinarySearch.DoubleSearchTarget.html" title="interface in com.google.mu.util">BinarySearch.DoubleSearchTarget</a></td>
<th class="colLast" scope="row">
<div class="block">Represents the search target that can be found through bisecting the double domain.</div>
</th>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><a href="com/google/mu/util/BinarySearch.IntSearchTarget.html" title="interface in com.google.mu.util">BinarySearch.IntSearchTarget</a></td>
<th class="colLast" scope="row">
<div class="block">Represents the search target that can be found through bisecting the integer domain.</div>
</th>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><a href="com/google/mu/util/BinarySearch.LongSearchTarget.html" title="interface in com.google.mu.util">BinarySearch.LongSearchTarget</a></td>
<th class="colLast" scope="row">
<div class="block">Represents the search target that can be found through bisecting the long integer domain.</div>
</th>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><a href="com/google/mu/util/BinarySearch.Table.html" title="class in com.google.mu.util">BinarySearch.Table</a>&lt;<a href="com/google/mu/util/BinarySearch.Table.html" title="type parameter in BinarySearch.Table">K</a>,&#8203;<a href="com/google/mu/util/BinarySearch.Table.html" title="type parameter in BinarySearch.Table">C</a> extends java.lang.Comparable&lt;<a href="com/google/mu/util/BinarySearch.Table.html" title="type parameter in BinarySearch.Table">C</a>&gt;&gt;</td>
<th class="colLast" scope="row">
<div class="block">Like a hash table, allows looking up comparable values by a key, except the lookup is through
binary search instead of hashing.</div>
</th>
</tr>
<tr class="rowColor" id="i5">
<td class="colFirst"><a href="com/google/mu/util/CaseBreaker.html" title="class in com.google.mu.util">CaseBreaker</a></td>
<th class="colLast" scope="row">
<div class="block">Utility to <a href="com/google/mu/util/CaseBreaker.html#breakCase(java.lang.CharSequence)"><code>break</code></a> and <a href="com/google/mu/util/CaseBreaker.html#toCase(com.google.common.base.CaseFormat,java.lang.String)"><code>convert</code></a> input strings (normally
identifier strings) in <code>camelCase</code>, <code>UpperCamelCase</code>, <code>snake_case</code>, <code>
UPPER_SNAKE_CASE</code> and <code>dash-case</code> etc.</div>
</th>
</tr>
<tr class="altColor" id="i6">
<td class="colFirst"><a href="com/google/mu/safesql/GoogleSql.html" title="class in com.google.mu.safesql">GoogleSql</a></td>
<th class="colLast" scope="row">
<div class="block">Facade class providing <a href="com/google/mu/safesql/SafeQuery.html" title="class in com.google.mu.safesql"><code>SafeQuery</code></a> templates for GoogleSQL.</div>
</th>
</tr>
<tr class="rowColor" id="i7">
<td class="colFirst"><a href="com/google/mu/util/stream/GuavaCollectors.html" title="class in com.google.mu.util.stream">GuavaCollectors</a></td>
<th class="colLast" scope="row">
<div class="block">Guava-specific Collectors and BiCollectors.</div>
</th>
</tr>
<tr class="altColor" id="i8">
<td class="colFirst"><a href="com/google/mu/collect/Immutables.html" title="class in com.google.mu.collect">Immutables</a></td>
<th class="colLast" scope="row">
<div class="block">Convenient factory methods of common immutable Guava data types that are concise yet
unambiguous when static imported.</div>
</th>
</tr>
<tr class="rowColor" id="i9">
<td class="colFirst"><a href="com/google/mu/util/InsertionPoint.html" title="class in com.google.mu.util">InsertionPoint</a>&lt;<a href="com/google/mu/util/InsertionPoint.html" title="type parameter in InsertionPoint">C</a> extends java.lang.Comparable&lt;<a href="com/google/mu/util/InsertionPoint.html" title="type parameter in InsertionPoint">C</a>&gt;&gt;</td>
<th class="colLast" scope="row">
<div class="block">An insertion point in a sequence of elements (normally of indexes), which is either an exact element,
or in between two adjacent elements in a discrete domain, or before or after all elements of the
discrete domain.</div>
</th>
</tr>
<tr class="altColor" id="i10">
<td class="colFirst"><a href="com/google/mu/safesql/SafeQuery.html" title="class in com.google.mu.safesql">SafeQuery</a></td>
<th class="colLast" scope="row">
<div class="block">Facade class to generate queries based on a string template in the syntax of <a href="http://github.com/google/mug/mug/apidocs/com/google/mu/util/StringFormat.html?is-external=true" title="class or interface in com.google.mu.util" class="externalLink"><code>StringFormat</code></a>,
with compile-time guard rails and runtime protection against SQL injection and programmer mistakes.</div>
</th>
</tr>
</tbody>
</table>
</div>
</div>
</li>
</ul>
</div>
</main>
<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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
</footer>
</body>
</html>
146 changes: 146 additions & 0 deletions mug-guava/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Wed Nov 29 22:07:51 PST 2023 -->
<title>All Packages (mug-guava 7.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-11-29">
<link rel="stylesheet" type="text/css" href="javadoc-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="All Packages (mug-guava 7.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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="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>
<a id="skip.navbar.top">
<!-- -->
</a>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</div>
<div class="allPackagesContainer">
<ul class="blockList">
<li class="blockList">
<div class="packagesSummary">
<table>
<caption><span>Package Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/google/mu/collect/package-summary.html">com.google.mu.collect</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/google/mu/safesql/package-summary.html">com.google.mu.safesql</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/google/mu/util/package-summary.html">com.google.mu.util</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/google/mu/util/stream/package-summary.html">com.google.mu.util.stream</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</div>
</main>
<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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
</footer>
</body>
</html>
Loading

0 comments on commit 32c1bb6

Please sign in to comment.