Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7ad4e32c316d4ad86d3c3eb0e12a6a34 > files > 37

glib-java-devel-0.4.2-8mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_0) on Fri Oct 30 13:20:31 EDT 2009 -->
<TITLE>
List (glib-java 0.4.2 API Reference)
</TITLE>

<META NAME="date" CONTENT="2009-10-30">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="List (glib-java 0.4.2 API Reference)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../org/gnu/glib/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/gnu/glib/JGException.html" title="class in org.gnu.glib"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/gnu/glib/MainLoop.html" title="class in org.gnu.glib"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/gnu/glib/List.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="List.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.gnu.glib</FONT>
<BR>
Class List</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../org/gnu/glib/Struct.html" title="class in org.gnu.glib">org.gnu.glib.Struct</A>
      <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.gnu.glib.List</B>
</PRE>
<HR>
<B>Deprecated.</B>&nbsp;<I>This class is deprecated. Use Java's collection classes or arrays
             instead.
 
 This object represents a doubly-linked list in the GLib system. This should
 only be used internally. This type should be converted into one of the Java
 container types prior to being passed to the application layer. Objects of
 this type should be freed by calling thre free() method. The <strong>data</strong>
 parameter that is being passed into many of the methods is the handle of a
 java-gnome object.</I>
<P>
<DL>
<DT><PRE>public class <B>List</B><DT>extends <A HREF="../../../org/gnu/glib/Struct.html" title="class in org.gnu.glib">Struct</A></DL>
</PRE>

<P>
<HR>

<P>

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#List()">List</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#List(org.gnu.glib.Handle)">List</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;handle)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#append(int)">append</A></B>(int&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#first()">first</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#free()">free</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_alloc()">g_list_alloc</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_append(org.gnu.glib.Handle, long)">g_list_append</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
              long&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_first(org.gnu.glib.Handle)">g_list_first</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_free(org.gnu.glib.Handle)">g_list_free</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_insert(org.gnu.glib.Handle, long, int)">g_list_insert</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
              long&nbsp;data,
              int&nbsp;position)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_last(org.gnu.glib.Handle)">g_list_last</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_length(org.gnu.glib.Handle)">g_list_length</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_next(org.gnu.glib.Handle)">g_list_next</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_prepend(org.gnu.glib.Handle, long)">g_list_prepend</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
               long&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_previous(org.gnu.glib.Handle)">g_list_previous</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_remove_all(org.gnu.glib.Handle, long)">g_list_remove_all</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
                  long&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#g_list_remove(org.gnu.glib.Handle, long)">g_list_remove</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
              long&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#getData(org.gnu.glib.Handle)">getData</A></B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;obj)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;BEGINNING OF JNI CODE</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#insert(int, int)">insert</A></B>(int&nbsp;data,
       int&nbsp;position)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#last()">last</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#length()">length</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#next()">next</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#prepend(int)">prepend</A></B>(int&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#previous()">previous</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#remove(int)">remove</A></B>(int&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/gnu/glib/List.html#removeAllInstances(int)">removeAllInstances</A></B>(int&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.gnu.glib.Struct"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.gnu.glib.<A HREF="../../../org/gnu/glib/Struct.html" title="class in org.gnu.glib">Struct</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/gnu/glib/Struct.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../org/gnu/glib/Struct.html#getHandle()">getHandle</A>, <A HREF="../../../org/gnu/glib/Struct.html#getNullHandle()">getNullHandle</A>, <A HREF="../../../org/gnu/glib/Struct.html#hashCode()">hashCode</A>, <A HREF="../../../org/gnu/glib/Struct.html#setHandle(org.gnu.glib.Handle)">setHandle</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="List()"><!-- --></A><H3>
List</H3>
<PRE>
public <B>List</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Construct a List object
<P>
</DL>
<HR>

<A NAME="List(org.gnu.glib.Handle)"><!-- --></A><H3>
List</H3>
<PRE>
public <B>List</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;handle)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Contruct a List object using a given handle. This constructor is used by
 the libraries internally to construct the object with the handle returned
 by a native method.
<P>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="free()"><!-- --></A><H3>
free</H3>
<PRE>
public void <B>free</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Release the resources associated with this object.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="append(int)"><!-- --></A><H3>
append</H3>
<PRE>
public void <B>append</B>(int&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Append an element to the end of the list.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - The handle of the object that is being added to the List.</DL>
</DD>
</DL>
<HR>

<A NAME="prepend(int)"><!-- --></A><H3>
prepend</H3>
<PRE>
public void <B>prepend</B>(int&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Prepend an element to the end of the list.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - The handle of the object that is being added to the List.</DL>
</DD>
</DL>
<HR>

<A NAME="insert(int, int)"><!-- --></A><H3>
insert</H3>
<PRE>
public void <B>insert</B>(int&nbsp;data,
                   int&nbsp;position)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Insert an element at a specified location in the List.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - The handle of the object that is being added to the List.<DD><CODE>position</CODE> - The position to perform the insertion.</DL>
</DD>
</DL>
<HR>

<A NAME="remove(int)"><!-- --></A><H3>
remove</H3>
<PRE>
public void <B>remove</B>(int&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Remove the first instance of an element from the List.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - The item to remove from the list. If two items contain the
            same data only the first will be removed.</DL>
</DD>
</DL>
<HR>

<A NAME="removeAllInstances(int)"><!-- --></A><H3>
removeAllInstances</H3>
<PRE>
public void <B>removeAllInstances</B>(int&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Remove all instances of an element from the List.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>data</CODE> - The item to remove from the List. This method will remove all
            instances of the object pointed to by data.</DL>
</DD>
</DL>
<HR>

<A NAME="length()"><!-- --></A><H3>
length</H3>
<PRE>
public int <B>length</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Return the number of elements contained in the List.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The number of elements in the List.</DL>
</DD>
</DL>
<HR>

<A NAME="first()"><!-- --></A><H3>
first</H3>
<PRE>
public <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>first</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Return the first element from the List. This method will also reposition
 the current list item to the beginning of the list.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The first element from the List.</DL>
</DD>
</DL>
<HR>

<A NAME="last()"><!-- --></A><H3>
last</H3>
<PRE>
public <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>last</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Return the last element from the List. This method will also reposition
 the current list item to the end of the list.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The last element from the List.</DL>
</DD>
</DL>
<HR>

<A NAME="next()"><!-- --></A><H3>
next</H3>
<PRE>
public <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>next</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Return the next element in the List. This method will also move the
 current list item forward one element.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The next element from the List.</DL>
</DD>
</DL>
<HR>

<A NAME="previous()"><!-- --></A><H3>
previous</H3>
<PRE>
public <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>previous</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>Superceeded by java-gnome 4.0; a method along these lines
             may well exist in the new bindings, but if it does it likely
             has a different name or signature due to the shift to an
             algorithmic mapping of the underlying native libraries.</I>
<P>
<DD>Return the previous element in the List. This method will also move the
 current list item backward one element.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>The previous element from the List.</DL>
</DD>
</DL>
<HR>

<A NAME="getData(org.gnu.glib.Handle)"><!-- --></A><H3>
getData</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>getData</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;obj)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>BEGINNING OF JNI CODE
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_append(org.gnu.glib.Handle, long)"><!-- --></A><H3>
g_list_append</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_append</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
                                            long&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_prepend(org.gnu.glib.Handle, long)"><!-- --></A><H3>
g_list_prepend</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_prepend</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
                                             long&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_insert(org.gnu.glib.Handle, long, int)"><!-- --></A><H3>
g_list_insert</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_insert</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
                                            long&nbsp;data,
                                            int&nbsp;position)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_remove(org.gnu.glib.Handle, long)"><!-- --></A><H3>
g_list_remove</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_remove</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
                                            long&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_remove_all(org.gnu.glib.Handle, long)"><!-- --></A><H3>
g_list_remove_all</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_remove_all</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list,
                                                long&nbsp;data)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_free(org.gnu.glib.Handle)"><!-- --></A><H3>
g_list_free</H3>
<PRE>
protected static final void <B>g_list_free</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_alloc()"><!-- --></A><H3>
g_list_alloc</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_alloc</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_length(org.gnu.glib.Handle)"><!-- --></A><H3>
g_list_length</H3>
<PRE>
protected static final int <B>g_list_length</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_first(org.gnu.glib.Handle)"><!-- --></A><H3>
g_list_first</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_first</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_last(org.gnu.glib.Handle)"><!-- --></A><H3>
g_list_last</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_last</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_previous(org.gnu.glib.Handle)"><!-- --></A><H3>
g_list_previous</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_previous</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="g_list_next(org.gnu.glib.Handle)"><!-- --></A><H3>
g_list_next</H3>
<PRE>
protected static final <A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A> <B>g_list_next</B>(<A HREF="../../../org/gnu/glib/Handle.html" title="interface in org.gnu.glib">Handle</A>&nbsp;list)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../org/gnu/glib/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/gnu/glib/JGException.html" title="class in org.gnu.glib"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/gnu/glib/MainLoop.html" title="class in org.gnu.glib"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html?org/gnu/glib/List.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="List.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>