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
modCount
java删除问题
有时要对不满足条件的集合中的元素进行删除 1,可以使用iterator进行迭代删除 2,使用集合本身的remove()方法 在用迭代器 处理集合对象时候 当在创建Iterator对象的时候会获取集合对象的
modCount
tws502934462
·
2011-09-08 10:00
java
AbstractList
modCount
/** * The number of times this list has been <i>structurally modified</i>. * Structural modifications are those that change the size of the * list, or otherwise perturb i
liuzhaomin
·
2011-05-09 21:00
abstract
ConcurrentHashMap 源码分析 (二)
for循环的时候读取了count,但是并没用到这个变量,intc=segments[i].count;这是因为segment[i].count是对volatile变量的访问,接下来segments[i].
modCount
ykdsg
·
2011-03-19 14:00
LinkedList中addAll(int index, Collection
thrownewIndexOutOfBoundsException("Index:"+index+",Size:"+size);Object[]a=c.toArray();intnumNew=a.length;if(numNew==0)returnfalse;
modCount
bmqnctrue
·
2010-12-24 16:21
java
ArrayList源码解读&ConcurrentModificationException解析
一个讲ArrayList源码的文章 让我懂了这几点 +
modCount
干嘛用的 为什么有时候有ConcurrentModificationException+序列化 反序列化 为什么那个底层数组是transient
cheer_nice
·
2010-10-03 22:00
html
Blog
Vector 中add()与addElement的区别
public static void useVector() { // public synchronized boolean add(Object o) { //
modCount
清流鱼
·
2010-07-08 10:00
sun
内存管理
今天在读java的ArrayList 的源码的时候对该方法里面的动作 public E remove(int index) { RangeCheck(index);
modCount
hkme
·
2009-02-19 14:00
主题:java的内存泄露问题
java的内存泄露问题
今天在读java的ArrayList 的源码的时候对该方法里面的动作 public E remove(int index) { RangeCheck(index);
modCount
peacockbird
·
2007-09-26 14:00
java
jvm
c
算法
虚拟机
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
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
其他