E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ImmutableList
Guava 风格之 Builder
的原因之一就是喜欢guava的编码风格,guava的fluent风格的api使用起来非常清爽,其中内部实现就使用了Builder模式 1 在使用不可变集合
ImmutableList
abc08010051
·
2014-06-03 15:00
guava
gson
GsonBuilder
builder
使用jodatime得到所有小时,所有日期与所有月份集合
public List<Long> getHoursTimeOfDate(DateTime date) { final
ImmutableList
.Builder&
sunxboy
·
2013-12-20 14:00
time
使用jodatime得到所有小时,所有日期与所有月份集合
public List<Long> getHoursTimeOfDate(DateTime date) { final
ImmutableList
.Builder&
sunxboy
·
2013-12-20 14:00
time
使用jodatime得到所有小时,所有日期与所有月份集合
public List<Long> getHoursTimeOfDate(DateTime date) { final
ImmutableList
.Builder&
sunxboy
·
2013-12-20 14:00
time
使用jodatime得到所有小时,所有日期与所有月份集合
public List<Long> getHoursTimeOfDate(DateTime date) { final
ImmutableList
.Builder&
sunxboy
·
2013-12-20 14:00
time
使用jodatime得到所有小时,所有日期与所有月份集合
public List<Long> getHoursTimeOfDate(DateTime date) { final
ImmutableList
.Builder&
sunxboy
·
2013-12-20 14:00
time
使用jodatime得到所有小时,所有日期与所有月份集合
public List<Long> getHoursTimeOfDate(DateTime date) { final
ImmutableList
.Builder&
sunxboy
·
2013-12-20 14:00
time
使用jodatime得到所有小时,所有日期与所有月份集合
public List<Long> getHoursTimeOfDate(DateTime date) { final
ImmutableList
.Builder&
sunxboy
·
2013-12-20 14:00
time
序列化 .NET中的不可变集合
如果你使用DataMember属性标记一个
ImmutableList
类型的属性,那么标准的反序列化器好像会忽略它。没有运行时错误,但是数据就是不存在。
Jonathan Allen
·
2013-11-12 00:00
高性能的.NET不可变数组
最新发布的.NET不可变集合中包含了ImmutableArray,一种在只读、索引化的场景中比
ImmutableList
更快速的选择。
ImmutableList
在设计时选择了一种平衡的方案。
Jonathan Allen
·
2013-07-05 00:00
Immutable Collections(3)Immutable List实现原理(中)变化中的不变
Immutable Collections(3)
ImmutableList
实现原理(中)变化中的不变文/玄魂前言在上一篇文章(ImmutableCollections(2)
ImmutableList
实现原理
dyllove98
·
2013-06-28 23:00
.NET 不变集合深究
以前你会看到这样的代码:varlist=
ImmutableList
.Empty.Add(1,2,3);新版本中有一个Create静态工厂方法,可以使用泛型类型推断。表达式将简化为:varlist=Im
Jonathan Allen
·
2013-05-06 00:00
沙丁解牛之 Google Guava - List
先从List说起,Guava包中只有一种List,即【abstractclass】
ImmutableList
,其有四个实现类:EmptyImmutableList,SingletonImmutableList
buru
·
2013-01-26 17:00
Google
Python中用MetaClass实现委托、不可变集合
例如,要实现
ImmutableList
,可以这样做:classImmutableList(object):def__init__(self,delegate):self.delegate=delegat
marlonyao
·
2010-09-13 16:00
Python
Django
设计模式
J#
Python中用MetaClass实现委托、不可变集合
例如,要实现
ImmutableList
,可以这样做: class
ImmutableList
(object): def __init__(self, delegate):
marlonyao
·
2010-09-13 16:00
设计模式
python
django
J#
趣味编程:函数式链表的快速排序(参考答案)
在那篇文章中我解释了Haskell列表的结构,并给出了
ImmutableList
的基础实现。快速排序的例子很多,多做也没有意思。
老赵点滴 - 追求编程之美
·
2009-09-02 10:00
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他