This commit is contained in:
wentch
2015-12-15 15:47:30 +08:00
parent d2f7f63d67
commit 0e3d6042af
172 changed files with 180 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ import java.util.*;
* 数组长度不能超过 32767。 在BSON中数组长度设定的是short对于大于32767长度的数组传输会影响性能所以没有采用int存储。
* 支持一定程度的泛型。
*
* @see http://www.redkale.org
* @author zhangjx
* @param <T>
*/