Skip to content

Commit

Permalink
pre tag commit: '1.0.4'.
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineTraube committed Apr 9, 2015
1 parent 3c51af4 commit e501f05
Show file tree
Hide file tree
Showing 69 changed files with 13,889 additions and 5 deletions.
Binary file added dist/bloom-filter-1.0.4-javadoc.jar
Binary file not shown.
Binary file added dist/bloom-filter-1.0.4-sources.jar
Binary file not shown.
Binary file added dist/bloom-filter-1.0.4.jar
Binary file not shown.
Binary file added dist/bloom-filter-1.0.4.tgz
Binary file not shown.
Binary file added dist/bloom-filter-1.0.4.zip
Binary file not shown.
34 changes: 34 additions & 0 deletions doc/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0) on Thu Apr 09 16:35:29 CEST 2015 -->
<title>All Classes (bloom-filter 1.0.4 API)</title>
<meta name="date" content="2015-04-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="orestes/bloomfilter/BloomFilter.html" title="interface in orestes.bloomfilter" target="classFrame"><span class="interfaceName">BloomFilter</span></a></li>
<li><a href="orestes/bloomfilter/json/BloomFilterConverter.html" title="class in orestes.bloomfilter.json" target="classFrame">BloomFilterConverter</a></li>
<li><a href="orestes/bloomfilter/memory/BloomFilterMemory.html" title="class in orestes.bloomfilter.memory" target="classFrame">BloomFilterMemory</a></li>
<li><a href="orestes/bloomfilter/redis/BloomFilterRedis.html" title="class in orestes.bloomfilter.redis" target="classFrame">BloomFilterRedis</a></li>
<li><a href="orestes/bloomfilter/CountingBloomFilter.html" title="interface in orestes.bloomfilter" target="classFrame"><span class="interfaceName">CountingBloomFilter</span></a></li>
<li><a href="orestes/bloomfilter/memory/CountingBloomFilterMemory.html" title="class in orestes.bloomfilter.memory" target="classFrame">CountingBloomFilterMemory</a></li>
<li><a href="orestes/bloomfilter/redis/CountingBloomFilterRedis.html" title="class in orestes.bloomfilter.redis" target="classFrame">CountingBloomFilterRedis</a></li>
<li><a href="orestes/bloomfilter/cachesketch/ExpiringBloomFilter.html" title="class in orestes.bloomfilter.cachesketch" target="classFrame">ExpiringBloomFilter</a></li>
<li><a href="orestes/bloomfilter/cachesketch/ExpiringBloomFilter.ExpiringItem.html" title="class in orestes.bloomfilter.cachesketch" target="classFrame">ExpiringBloomFilter.ExpiringItem</a></li>
<li><a href="orestes/bloomfilter/FilterBuilder.html" title="class in orestes.bloomfilter" target="classFrame">FilterBuilder</a></li>
<li><a href="orestes/bloomfilter/HashProvider.html" title="class in orestes.bloomfilter" target="classFrame">HashProvider</a></li>
<li><a href="orestes/bloomfilter/HashProvider.HashFunction.html" title="interface in orestes.bloomfilter" target="classFrame"><span class="interfaceName">HashProvider.HashFunction</span></a></li>
<li><a href="orestes/bloomfilter/HashProvider.HashMethod.html" title="enum in orestes.bloomfilter" target="classFrame">HashProvider.HashMethod</a></li>
<li><a href="orestes/bloomfilter/redis/RedisBitSet.html" title="class in orestes.bloomfilter.redis" target="classFrame">RedisBitSet</a></li>
<li><a href="orestes/bloomfilter/redis/helper/RedisKeys.html" title="class in orestes.bloomfilter.redis.helper" target="classFrame">RedisKeys</a></li>
<li><a href="orestes/bloomfilter/redis/helper/RedisPool.html" title="class in orestes.bloomfilter.redis.helper" target="classFrame">RedisPool</a></li>
</ul>
</div>
</body>
</html>
34 changes: 34 additions & 0 deletions doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0) on Thu Apr 09 16:35:29 CEST 2015 -->
<title>All Classes (bloom-filter 1.0.4 API)</title>
<meta name="date" content="2015-04-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="orestes/bloomfilter/BloomFilter.html" title="interface in orestes.bloomfilter"><span class="interfaceName">BloomFilter</span></a></li>
<li><a href="orestes/bloomfilter/json/BloomFilterConverter.html" title="class in orestes.bloomfilter.json">BloomFilterConverter</a></li>
<li><a href="orestes/bloomfilter/memory/BloomFilterMemory.html" title="class in orestes.bloomfilter.memory">BloomFilterMemory</a></li>
<li><a href="orestes/bloomfilter/redis/BloomFilterRedis.html" title="class in orestes.bloomfilter.redis">BloomFilterRedis</a></li>
<li><a href="orestes/bloomfilter/CountingBloomFilter.html" title="interface in orestes.bloomfilter"><span class="interfaceName">CountingBloomFilter</span></a></li>
<li><a href="orestes/bloomfilter/memory/CountingBloomFilterMemory.html" title="class in orestes.bloomfilter.memory">CountingBloomFilterMemory</a></li>
<li><a href="orestes/bloomfilter/redis/CountingBloomFilterRedis.html" title="class in orestes.bloomfilter.redis">CountingBloomFilterRedis</a></li>
<li><a href="orestes/bloomfilter/cachesketch/ExpiringBloomFilter.html" title="class in orestes.bloomfilter.cachesketch">ExpiringBloomFilter</a></li>
<li><a href="orestes/bloomfilter/cachesketch/ExpiringBloomFilter.ExpiringItem.html" title="class in orestes.bloomfilter.cachesketch">ExpiringBloomFilter.ExpiringItem</a></li>
<li><a href="orestes/bloomfilter/FilterBuilder.html" title="class in orestes.bloomfilter">FilterBuilder</a></li>
<li><a href="orestes/bloomfilter/HashProvider.html" title="class in orestes.bloomfilter">HashProvider</a></li>
<li><a href="orestes/bloomfilter/HashProvider.HashFunction.html" title="interface in orestes.bloomfilter"><span class="interfaceName">HashProvider.HashFunction</span></a></li>
<li><a href="orestes/bloomfilter/HashProvider.HashMethod.html" title="enum in orestes.bloomfilter">HashProvider.HashMethod</a></li>
<li><a href="orestes/bloomfilter/redis/RedisBitSet.html" title="class in orestes.bloomfilter.redis">RedisBitSet</a></li>
<li><a href="orestes/bloomfilter/redis/helper/RedisKeys.html" title="class in orestes.bloomfilter.redis.helper">RedisKeys</a></li>
<li><a href="orestes/bloomfilter/redis/helper/RedisPool.html" title="class in orestes.bloomfilter.redis.helper">RedisPool</a></li>
</ul>
</div>
</body>
</html>
186 changes: 186 additions & 0 deletions doc/constant-values.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0) on Thu Apr 09 16:35:29 CEST 2015 -->
<title>Constant Field Values (bloom-filter 1.0.4 API)</title>
<meta name="date" content="2015-04-09">
<link rel="stylesheet" type="text/css" href="stylesheet.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="Constant Field Values (bloom-filter 1.0.4 API)";
}
}
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>Package</li>
<li>Class</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="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#orestes.bloomfilter">orestes.bloomfilter.*</a></li>
</ul>
</div>
<div class="constantValuesContainer"><a name="orestes.bloomfilter">
<!-- -->
</a>
<h2 title="orestes.bloomfilter">orestes.bloomfilter.*</h2>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>orestes.bloomfilter.redis.helper.<a href="orestes/bloomfilter/redis/helper/RedisKeys.html" title="class in orestes.bloomfilter.redis.helper">RedisKeys</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="orestes.bloomfilter.redis.helper.RedisKeys.C_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="orestes/bloomfilter/redis/helper/RedisKeys.html#C_KEY">C_KEY</a></code></td>
<td class="colLast"><code>"c"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="orestes.bloomfilter.redis.helper.RedisKeys.HASH_METHOD_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="orestes/bloomfilter/redis/helper/RedisKeys.html#HASH_METHOD_KEY">HASH_METHOD_KEY</a></code></td>
<td class="colLast"><code>"hashmethod"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="orestes.bloomfilter.redis.helper.RedisKeys.K_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="orestes/bloomfilter/redis/helper/RedisKeys.html#K_KEY">K_KEY</a></code></td>
<td class="colLast"><code>"k"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="orestes.bloomfilter.redis.helper.RedisKeys.M_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="orestes/bloomfilter/redis/helper/RedisKeys.html#M_KEY">M_KEY</a></code></td>
<td class="colLast"><code>"m"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="orestes.bloomfilter.redis.helper.RedisKeys.N_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="orestes/bloomfilter/redis/helper/RedisKeys.html#N_KEY">N_KEY</a></code></td>
<td class="colLast"><code>"n"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="orestes.bloomfilter.redis.helper.RedisKeys.P_KEY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
<td><code><a href="orestes/bloomfilter/redis/helper/RedisKeys.html#P_KEY">P_KEY</a></code></td>
<td class="colLast"><code>"p"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</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>Package</li>
<li>Class</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="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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 ======= -->
</body>
</html>
Loading

0 comments on commit e501f05

Please sign in to comment.