Files
redkale/javadoc/org/redkale/util/package-summary.html
wentch abb06e9781
2016-01-26 11:48:51 +08:00

309 lines
11 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_71) on Tue Jan 26 11:41:36 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.redkale.util (RedKale的API文档)</title>
<meta name="date" content="2016-01-26">
<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="org.redkale.util (RedKale\u7684API\u6587\u6863)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-use.html">使用</a></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/redkale/source/package-summary.html">上一个程序包</a></li>
<li><a href="../../../org/redkale/watch/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/redkale/util/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">所有类</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="程序包" class="title">程序包&nbsp;org.redkale.util</h1>
<div class="docSummary">
<div class="block">RedKale工具包</div>
</div>
<p>请参阅:&nbsp;<a href="#package.description">说明</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="接口概要表, 列表接口和解释">
<caption><span>接口概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/Attribute.html" title="org.redkale.util中的接口">Attribute</a>&lt;T,F&gt;</td>
<td class="colLast">
<div class="block">该类实现动态映射一个JavaBean类中成员对应的getter、setter方法 代替低效的反射实现方式。</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/Creator.html" title="org.redkale.util中的接口">Creator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">
实现一个类的构造方法。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/Reproduce.html" title="org.redkale.util中的接口">Reproduce</a>&lt;D,S&gt;</td>
<td class="colLast">
<div class="block">
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/ResourceFactory.ResourceLoader.html" title="org.redkale.util中的接口">ResourceFactory.ResourceLoader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="类概要表, 列表类和解释">
<caption><span>类概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col"></th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/AnyValue.html" title="org.redkale.util中的类">AnyValue</a></td>
<td class="colLast">
<div class="block">该类提供类似JSONObject的数据结构主要用于读取xml配置文件和http-header存储
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/AnyValue.DefaultAnyValue.html" title="org.redkale.util中的类">AnyValue.DefaultAnyValue</a></td>
<td class="colLast">
<div class="block">可读写的AnyValue默认实现类
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/AnyValue.Entry.html" title="org.redkale.util中的类">AnyValue.Entry</a>&lt;T&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/AsmMethodVisitor.html" title="org.redkale.util中的类">AsmMethodVisitor</a></td>
<td class="colLast">
<div class="block">MethodVisitor 的调试类
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/ByteArray.html" title="org.redkale.util中的类">ByteArray</a></td>
<td class="colLast">
<div class="block">简单的byte[]操作类。</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/DLong.html" title="org.redkale.util中的类">DLong</a></td>
<td class="colLast">
<div class="block">16bytes数据结构
注意: 为了提高性能, DLong中的bytes是直接返回 不得对bytes的内容进行修改。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/ObjectPool.html" title="org.redkale.util中的类">ObjectPool</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/ResourceFactory.html" title="org.redkale.util中的类">ResourceFactory</a></td>
<td class="colLast">
<div class="block">如果Resource(name = "$") 表示资源name采用所属对象的name
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/SelectColumn.html" title="org.redkale.util中的类">SelectColumn</a></td>
<td class="colLast">
<div class="block">
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/Sheet.html" title="org.redkale.util中的类">Sheet</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">页集合。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/TypeToken.html" title="org.redkale.util中的类">TypeToken</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">获取泛型的Type类
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/Utility.html" title="org.redkale.util中的类">Utility</a></td>
<td class="colLast">
<div class="block">
详情见: http://www.redkale.org</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="注释类型概要表, 列表注释类型和解释">
<caption><span>注释类型概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">注释类型</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/AutoLoad.html" title="org.redkale.util中的注释">AutoLoad</a></td>
<td class="colLast">
<div class="block">自动加载。</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/Creator.ConstructorParameters.html" title="org.redkale.util中的注释">Creator.ConstructorParameters</a></td>
<td class="colLast">
<div class="block">该注解只用于Creator.create方法上 与 java.beans.ConstructorProperties 类似。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/util/LogLevel.html" title="org.redkale.util中的注释">LogLevel</a></td>
<td class="colLast">
<div class="block">被标记的日志级别以上的才会被记录
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/util/ResourceType.html" title="org.redkale.util中的注释">ResourceType</a></td>
<td class="colLast">
<div class="block">显式的指明资源类型
详情见: http://www.redkale.org</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="程序包org.redkale.util的说明">程序包org.redkale.util的说明</h2>
<div class="block">RedKale工具包</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-use.html">使用</a></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/redkale/source/package-summary.html">上一个程序包</a></li>
<li><a href="../../../org/redkale/watch/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/redkale/util/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">所有类</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>