- 浏览: 208779 次
- 性别:
- 来自: 哈尔滨
文章分类
- 全部博客 (267)
- java.lang (8)
- 问题汇总 (21)
- 异常记录 (20)
- 功能实现 (19)
- 面试总结 (25)
- 技巧总结 (8)
- 常用代码 (4)
- 编程习惯 (3)
- 编码规则 (3)
- java.util (10)
- java.io (1)
- JavaWeb (9)
- MySQL (16)
- SVN (3)
- MyBatis (11)
- Velocity (7)
- 其他知识 (10)
- 人生哲理 (1)
- 人生故事 (1)
- 自我感悟 (1)
- shiro (3)
- 基础知识 (0)
- 问题总结 (1)
- Spring 标签 (1)
- Spring (3)
- 点滴生活 (1)
- DOS (1)
- CAS (4)
- Linux (9)
- Storm (6)
- Shell (1)
- regex (1)
- Collection (4)
- poi (1)
- 经典语句 (1)
- NIO (5)
- concurrent (14)
- RPC (1)
- zookeeper (3)
- 待整理 (2)
- Hadoop (9)
- RabbitMq (2)
- flume (1)
- hive (7)
- hbase (4)
- kafka (1)
- scala (1)
- GC (0)
- java.util.concurrent.atomic (1)
- java.lang.ref (6)
- JVM (2)
- algorithm (1)
- conception (1)
- java key word (1)
- sun.misc (1)
最新评论
RandomAccess
总结:
1.基于 JDK 1.8 源码分析
2.作用
起到判断的作用,即当前集合是否支持随机访问
顺序表(数组形式)还是单链表存储,以便使用更合适的遍历方式
RandomAccess(如ArrayList)还是Sequence List (如LinkedList)
源码:
/* * @(#)RandomAccess.java 1.9 06/04/21 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package java.util; /** * Marker interface used by <tt>List</tt> implementations to indicate that * they support fast (generally constant time) random access. The primary * purpose of this interface is to allow generic algorithms to alter their * behavior to provide good performance when applied to either random or * sequential access lists. * * <p>The best algorithms for manipulating random access lists (such as * <tt>ArrayList</tt>) can produce quadratic behavior when applied to * sequential access lists (such as <tt>LinkedList</tt>). Generic list * algorithms are encouraged to check whether the given list is an * <tt>instanceof</tt> this interface before applying an algorithm that would * provide poor performance if it were applied to a sequential access list, * and to alter their behavior if necessary to guarantee acceptable * performance. * * <p>It is recognized that the distinction between random and sequential * access is often fuzzy. For example, some <tt>List</tt> implementations * provide asymptotically linear access times if they get huge, but constant * access times in practice. Such a <tt>List</tt> implementation * should generally implement this interface. As a rule of thumb, a * <tt>List</tt> implementation should implement this interface if, * for typical instances of the class, this loop: * <pre> * for (int i=0, n=list.size(); i < n; i++) * list.get(i); * </pre> * runs faster than this loop: * <pre> * for (Iterator i=list.iterator(); i.hasNext(); ) * i.next(); * </pre> * * <p>This interface is a member of the * <a href="{@docRoot}/../technotes/guides/collections/index.html"> * Java Collections Framework</a>. * * @since 1.4 */ public interface RandomAccess { }
对于顺序表 for循环通过数组下标访问的效率要高于通过 Iterator 访问的效率;反之,对于单链表要使用 Iterator 方式循环
// ArrayList 的定义 public class ArrayList<E> extends AbstractList<E> implements List<E>, RandomAccess, Cloneable, java.io.Serializable // LinkedList 的定义 public class LinkedList<E> extends AbstractSequentialList<E> implements List<E>, Deque<E>, Cloneable, java.io.Serializable
总结:
所以对大量数据进行遍历时要区分当前的List的实现方式
if (list instance of RandomAccess) { for(int m = 0; m < list.size(); m++){} }else{ Iterator iter = list.iterator(); while(iter.hasNext()){} }
博文参考:
RandomAccess接口的使用
发表评论
-
Arrays
2017-10-27 22:54 351Arrays 一、总结 1.基于 jdk 1.8 二、a ... -
Collections
2017-10-27 22:40 387Collections 一、总结 1.基于 JDK 1.8 ... -
LinkedList
2017-10-09 21:18 427LinkedList 一、总结 1.基 ... -
Objects
2017-10-08 12:20 394Objects 一、总结 二、equals Obje ... -
ArrayList
2017-10-08 10:14 441ArrayList 一、总结 1.基于 JDK 1.8 源 ... -
HashSet
2017-09-24 15:04 339HashSet 一、总结(jdk 1.8.0_131) 1 ... -
HashTable
2017-09-23 20:54 364Hashtable 一、对比HashMap 1. 项目Ha ... -
HashMap
2017-03-11 17:48 440HashMap jdk-1.8.0 一、总结 允许key ... -
Vector
2017-03-11 14:57 500Vector 一、总结 1.线程安全 二、类 1.源 ...
相关推荐
标题中的“了解Java:RandomAccess”指的是Java编程语言中关于RandomAccess接口或随机访问的概念。在Java中,RandomAccess主要用于标记那些支持高效随机读取的输入流。这意味着,对于实现了RandomAccess接口的输入流...
最简单的RandomAccess中文读写文件示例
A Study on Random Access Performance in Next Generation Mobile Network Systems
在无线通信领域,随机接入(Random Access)协议是网络设备如移动终端与基站进行通信时的重要环节。随机接入协议允许多个设备在同一时间窗口内尝试发送数据,从而实现多个用户公平竞争信道资源。本文件"several-...
Random Access Memory (RAM)是计算机硬件中的关键组成部分,它充当临时的数据和程序存储区域,包括操作系统、应用软件指令以及用户数据。RAM的特点是随机访问,意味着可以快速地读取或写入任何位置的数据,而不受...
mMTC涉及成千上万的设备,它们需要通过随机接入信道(Random Access Channel, RACH)与单一的gNodeB(gNB)进行通信。然而,传统的RACH机制在处理如此大量设备的接入请求时效率低下,容易引发拥塞和延迟问题。 为了...
The system block diagram as shown in Figure 1 is designed to capture and store frames captured by the camera on the RC10 board in real-time into block random access memory
C++编写的随机访问文件程序,支持对文件的读,写,修改文件,添加文件,删除文件
Java中的`RandomAccess`接口是Java集合框架的一部分,主要用于标记那些支持高效随机访问的`List`实现。这个接口本身没有定义任何方法,它的主要作用是作为一个标识,供其他代码判断`List`实例是否支持快速随机读取...
java 中RandomAccess接口源码分析 java 中RandomAccess接口源码分析是java.util包中的一个接口,该接口的主要作用是标记List实现是否支持快速的随机访问。通过实现这个接口,List实现可以表明它们支持快速的随机...
在无线通信领域,载波监听多路访问/冲突避免(Carrier Sense Multiple Access with Collision Avoidance,简称CSMA/CA)是一种重要的介质访问控制(Medium Access Control,MAC)协议。这种协议主要用于避免无线网络...
提示您在一周中的意外时间记录您的想法 您是否曾经想写日记,却没有时间写一篇日记? 好吧,日记为您找到时间了! 随机存取存储器是一个弹出窗口,它会在一周中以随机设置的间隔出现,以供您反射和书写。...
PRAM(Parallel Random Access Machine)模型是一种理论上的并行计算模型,广泛用于描述和分析并行算法。PRAM模型通过模拟多个处理器共享全局存储器的环境来探讨并行算法的性能。 PRAM模型的核心特点在于其并行性,...
"Random Access Backup(RAB)是一款开源备份工具,专门设计用于将数据备份到可移动存储媒体,如DVD RAM和CD。这款软件的核心特性是它的全面性和灵活性,它不仅支持完整备份,还支持增量备份,这两种备份方式都有其...
**随机访问文件(Random Access File)** 随机访问文件在计算机编程中是一种常见的文件处理方式,它允许程序员在文件中的任意位置读写数据,而不仅仅是按照文件的顺序进行操作。这与顺序访问文件不同,顺序访问文件...
随机接入前导序列是UE在随机接入信道(Physical Random Access Channel,PRACH)发送的一种特殊信号,用于基站识别。前导检测算法的作用是准确且及时地检测出这些前导信号,这对于系统的正常工作至关重要。 论文...
"random-access-storage"是一个这样的开源库,专门用于实现前端的随机存取存储器(Random Access Storage)。这个库使得在浏览器环境中创建和操作类似于磁盘驱动器的随机访问存储实例成为可能。 随机存取存储器...