swarm.collections.orderedset.protocol.html

来自「set for Swarm2.1是圣菲研究院的开发人员对Swarm的特性及其使用」· HTML 代码 · 共 182 行

HTML
182
字号
<HTML><HEAD><TITLE>OrderedSet</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.53"><LINKREL="HOME"TITLE="Documentation Set for Swarm 2.1.1"HREF="set.html"><LINKREL="UP"TITLE="Collections Library"HREF="swarm.collections.sgml.reference.html"><LINKREL="PREVIOUS"TITLE="Offsets"HREF="swarm.collections.offsets.protocol.html"><LINKREL="NEXT"TITLE="OutputStream"HREF="swarm.collections.outputstream.protocol.html"></HEAD><BODYCLASS="REFENTRY"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Documentation Set for Swarm 2.1.1</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="swarm.collections.offsets.protocol.html">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Reference II. Collections Library</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="swarm.collections.outputstream.protocol.html">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><H1><ANAME="SWARM.COLLECTIONS.ORDEREDSET.PROTOCOL">OrderedSet</A></H1><DIVCLASS="REFNAMEDIV"><ANAME="AEN7619"></A><H2>Name</H2>OrderedSet&nbsp;--&nbsp; A set of members in an externally assigned linear sequence.</DIV><DIVCLASS="REFSECT1"><ANAME="AEN7622"></A><H2>Description</H2><P> An OrderedSet is a totally ordered collection of members in which every member also has a distinct identity as defined by comparison against a key value.</P><P> (.. This type is currently implemented only using the low-level option of an internal member slot, and the messages for that option do not match the documentation in KeyedCollection.  If you need one of these objects, then either use a List or wait for some other implementation.)</P><P> The sequence of members of an OrderedSet is established using the same messages that maintain member sequence in a List.  An OrderedSet supports customization and access by key as defined by Set and KeyedCollection.  The union of messages from all these sources defines the total interface of an OrderedSet.  Members with duplicate keys, however, are not valid for an OrderedSet.  Each member must have a unique position within the member sequence</P></DIV><DIVCLASS="REFSECT1"><ANAME="AEN7627"></A><H2>Protocols adopted by OrderedSet</H2><P> <AHREF="swarm.collections.set.protocol.html">Set</A> <AHREF="swarm.collections.list.protocol.html">List</A> <AHREF="swarm.defobj.creatable.protocol.html">CREATABLE</A></P></DIV><DIVCLASS="REFSECT1"><ANAME="AEN7633"></A><H2>Methods</H2><P>None</P></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLEWIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="swarm.collections.offsets.protocol.html">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="set.html">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="swarm.collections.outputstream.protocol.html">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">Offsets</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="swarm.collections.sgml.reference.html">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">OutputStream</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?