码迷,mamicode.com
首页 > 其他好文 > 详细

RedisAsyncClientAdapter-------------接口继承

时间:2017-12-22 22:57:53      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:isl   pos   end   key   str   lis   detail   comm   接口继承   

public abstract class RedisAsyncClientAdapter<K, V, T extends RedisKeyAsyncCommands<K, V>
& RedisStringAsyncCommands<K, V>
& RedisListAsyncCommands<K, V>
& RedisSetAsyncCommands<K, V>
& BaseRedisAsyncCommands<K, V>
& RedisHashAsyncCommands<K, V>
> {//需要 可都为接口 也可第一个为类 其余为接口
...........................
}
具体学习网址:http://blog.csdn.net/shunzi1046/article/details/52456594 搜索接口继承

RedisAsyncClientAdapter-------------接口继承

标签:isl   pos   end   key   str   lis   detail   comm   接口继承   

原文地址:http://www.cnblogs.com/KingIceMou/p/8087651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!