<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Linklist.nextlink</id>
		<title>Linklist.nextlink - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=Linklist.nextlink"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Linklist.nextlink&amp;action=history"/>
		<updated>2026-05-01T03:29:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=Linklist.nextlink&amp;diff=1132&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Calling Pattern == Call  local k = sl.linklist()  -- later  local r = k.nextlink(a)  Arguments  a is a number  Results  r is a number  == Example Usage ==   local k = sl.linkl...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=Linklist.nextlink&amp;diff=1132&amp;oldid=prev"/>
				<updated>2010-12-18T22:46:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Calling Pattern == Call  local k = sl.linklist()  -- later  local r = k.nextlink(a)  Arguments  a is a number  Results  r is a number  == Example Usage ==   local k = sl.linkl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Calling Pattern ==&lt;br /&gt;
Call&lt;br /&gt;
 local k = sl.linklist()&lt;br /&gt;
 -- later&lt;br /&gt;
 local r = k.nextlink(a)&lt;br /&gt;
&lt;br /&gt;
Arguments&lt;br /&gt;
 a is a number&lt;br /&gt;
&lt;br /&gt;
Results&lt;br /&gt;
 r is a number&lt;br /&gt;
&lt;br /&gt;
== Example Usage ==&lt;br /&gt;
&lt;br /&gt;
 local k = sl.linklist()&lt;br /&gt;
 local j = k.inserta(0,'one')&lt;br /&gt;
 local j0 = j&lt;br /&gt;
 j = k.inserta(j,'two')&lt;br /&gt;
 j = k.inserta(j,'three')&lt;br /&gt;
 print(k.value(k.next(j0)))&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; two&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Calling nextlink returns the pseudo-index of the link following the valid link with pseudo-index a. If the list is empty, if a is the tail of the list, or if a is otherwise an invalid pseudo-index, nextlink returns 0.  &lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.easyuo.com/openeuo/wiki/index.php/Simplelib simplelib]&lt;br /&gt;
&lt;br /&gt;
* [[deque]]&lt;br /&gt;
&lt;br /&gt;
* [[linklist]]&lt;br /&gt;
* [[linklist.head]]&lt;br /&gt;
* [[linklist.insertafter]]&lt;br /&gt;
* [[linklist.insertbefore]]&lt;br /&gt;
* [[linklist.length]]&lt;br /&gt;
* [[linklist.prevlink]]&lt;br /&gt;
* [[linklist.removelink]]&lt;br /&gt;
* [[linklist.returntable]]&lt;br /&gt;
* [[linklist.setvalue]]&lt;br /&gt;
* [[linklist.tail]]&lt;br /&gt;
* [[linklist.value]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>