blob: 6464d817d167051c6b893223a7b65c9055196eba [file] [log] [blame]
<!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_21) on Wed Aug 25 21:59:31 EDT 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
LRUMap (OpenJPA Parent POM 2.0.1 API)
</TITLE>
<META NAME="date" CONTENT="2010-08-25">
<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="LRUMap (OpenJPA Parent POM 2.0.1 API)";
}
}
</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="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="class-use/LRUMap.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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/apache/openjpa/lib/util/Localizer.Message.html" title="class in org.apache.openjpa.lib.util"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/openjpa/lib/util/MultiClassLoader.html" title="class in org.apache.openjpa.lib.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/openjpa/lib/util/LRUMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="LRUMap.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;<A HREF="#nested_classes_inherited_from_class_org.apache.commons.collections.map.AbstractLinkedMap">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.commons.collections.map.LRUMap">FIELD</A>&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.apache.openjpa.lib.util</FONT>
<BR>
Class LRUMap</H2>
<PRE>
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">java.util.AbstractMap</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">org.apache.commons.collections.map.AbstractHashedMap</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">org.apache.commons.collections.map.AbstractLinkedMap</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">org.apache.commons.collections.map.LRUMap</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.openjpa.lib.util.LRUMap</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/BoundedMap.html?is-external=true" title="class or interface in org.apache.commons.collections">BoundedMap</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/IterableMap.html?is-external=true" title="class or interface in org.apache.commons.collections">IterableMap</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/OrderedMap.html?is-external=true" title="class or interface in org.apache.commons.collections">OrderedMap</A>, <A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html" title="interface in org.apache.openjpa.lib.util">SizedMap</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>LRUMap</B><DT>extends <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A><DT>implements <A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html" title="interface in org.apache.openjpa.lib.util">SizedMap</A></DL>
</PRE>
<P>
Extension of the commons <code>LRUMap</code> that can change its
maximum size.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Abe White</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html#org.apache.openjpa.lib.util.LRUMap">Serialized Form</A></DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_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>Nested Class Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="nested_classes_inherited_from_class_org.apache.commons.collections.map.AbstractLinkedMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class org.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.EntrySetIterator.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.EntrySetIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.KeySetIterator.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.KeySetIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.LinkEntry.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.LinkEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.LinkIterator.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.LinkIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.LinkMapIterator.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.LinkMapIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.ValuesIterator.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.ValuesIterator</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<A NAME="nested_classes_inherited_from_class_org.apache.commons.collections.map.AbstractHashedMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class org.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.EntrySet.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap.EntrySet</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.HashEntry.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap.HashEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.HashIterator.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap.HashIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.HashMapIterator.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap.HashMapIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.KeySet.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap.KeySet</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.Values.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap.Values</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<A NAME="nested_classes_inherited_from_class_java.util.AbstractMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.util.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleEntry</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">V</A>&gt;, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleImmutableEntry</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">V</A>&gt;</CODE></TD>
</TR>
</TABLE>
&nbsp;
<A NAME="nested_classes_inherited_from_class_java.util.Map"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface java.util.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">V</A>&gt;</CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_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>Field Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.apache.commons.collections.map.LRUMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#DEFAULT_MAX_SIZE" title="class or interface in org.apache.commons.collections.map">DEFAULT_MAX_SIZE</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.apache.commons.collections.map.AbstractLinkedMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#header" title="class or interface in org.apache.commons.collections.map">header</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.apache.commons.collections.map.AbstractHashedMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#data" title="class or interface in org.apache.commons.collections.map">data</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#DEFAULT_CAPACITY" title="class or interface in org.apache.commons.collections.map">DEFAULT_CAPACITY</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#DEFAULT_LOAD_FACTOR" title="class or interface in org.apache.commons.collections.map">DEFAULT_LOAD_FACTOR</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#DEFAULT_THRESHOLD" title="class or interface in org.apache.commons.collections.map">DEFAULT_THRESHOLD</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#entrySet" title="class or interface in org.apache.commons.collections.map">entrySet</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#GETKEY_INVALID" title="class or interface in org.apache.commons.collections.map">GETKEY_INVALID</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#GETVALUE_INVALID" title="class or interface in org.apache.commons.collections.map">GETVALUE_INVALID</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#keySet" title="class or interface in org.apache.commons.collections.map">keySet</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#loadFactor" title="class or interface in org.apache.commons.collections.map">loadFactor</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#MAXIMUM_CAPACITY" title="class or interface in org.apache.commons.collections.map">MAXIMUM_CAPACITY</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#modCount" title="class or interface in org.apache.commons.collections.map">modCount</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#NO_NEXT_ENTRY" title="class or interface in org.apache.commons.collections.map">NO_NEXT_ENTRY</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#NO_PREVIOUS_ENTRY" title="class or interface in org.apache.commons.collections.map">NO_PREVIOUS_ENTRY</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#NULL" title="class or interface in org.apache.commons.collections.map">NULL</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#REMOVE_INVALID" title="class or interface in org.apache.commons.collections.map">REMOVE_INVALID</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#SETVALUE_INVALID" title="class or interface in org.apache.commons.collections.map">SETVALUE_INVALID</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#size" title="class or interface in org.apache.commons.collections.map">size</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#threshold" title="class or interface in org.apache.commons.collections.map">threshold</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#values" title="class or interface in org.apache.commons.collections.map">values</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== 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/apache/openjpa/lib/util/LRUMap.html#LRUMap()">LRUMap</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/lib/util/LRUMap.html#LRUMap(int)">LRUMap</A></B>(int&nbsp;initCapacity)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/lib/util/LRUMap.html#LRUMap(int, float)">LRUMap</A></B>(int&nbsp;initCapacity,
float&nbsp;loadFactor)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/lib/util/LRUMap.html#LRUMap(java.util.Map)">LRUMap</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;map)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/lib/util/LRUMap.html#doReadObject(java.io.ObjectInputStream)">doReadObject</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/lib/util/LRUMap.html#doWriteObject(java.io.ObjectOutputStream)">doWriteObject</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</A>&nbsp;out)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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/apache/openjpa/lib/util/LRUMap.html#getMaxSize()">getMaxSize</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The maximum number of entries, or Integer.MAX_VALUE for no limit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/lib/util/LRUMap.html#isFull()">isFull</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Whether the map is full.</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/apache/openjpa/lib/util/LRUMap.html#maxSize()">maxSize</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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/apache/openjpa/lib/util/LRUMap.html#overflowRemoved(java.lang.Object, java.lang.Object)">overflowRemoved</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;key,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Overridable callback for when an overflow entry is automatically removed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/lib/util/LRUMap.html#removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)">removeLRU</A></B>(<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.LinkEntry.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.LinkEntry</A>&nbsp;entry)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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/apache/openjpa/lib/util/LRUMap.html#setMaxSize(int)">setMaxSize</A></B>(int&nbsp;max)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The maximum number of entries, or Integer.MAX_VALUE for no limit.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.collections.map.LRUMap"><!-- --></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.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#addMapping(int, int, java.lang.Object, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">addMapping</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#clone()" title="class or interface in org.apache.commons.collections.map">clone</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#get(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">get</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#isScanUntilRemovable()" title="class or interface in org.apache.commons.collections.map">isScanUntilRemovable</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#moveToMRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)" title="class or interface in org.apache.commons.collections.map">moveToMRU</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#reuseMapping(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry, int, int, java.lang.Object, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">reuseMapping</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#updateEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">updateEntry</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.collections.map.AbstractLinkedMap"><!-- --></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.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#addEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int)" title="class or interface in org.apache.commons.collections.map">addEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#clear()" title="class or interface in org.apache.commons.collections.map">clear</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#containsValue(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">containsValue</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#createEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, java.lang.Object, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">createEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#createEntrySetIterator()" title="class or interface in org.apache.commons.collections.map">createEntrySetIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#createKeySetIterator()" title="class or interface in org.apache.commons.collections.map">createKeySetIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#createValuesIterator()" title="class or interface in org.apache.commons.collections.map">createValuesIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#entryAfter(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)" title="class or interface in org.apache.commons.collections.map">entryAfter</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#entryBefore(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)" title="class or interface in org.apache.commons.collections.map">entryBefore</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#firstKey()" title="class or interface in org.apache.commons.collections.map">firstKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#getEntry(int)" title="class or interface in org.apache.commons.collections.map">getEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#init()" title="class or interface in org.apache.commons.collections.map">init</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#lastKey()" title="class or interface in org.apache.commons.collections.map">lastKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#mapIterator()" title="class or interface in org.apache.commons.collections.map">mapIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#nextKey(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">nextKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#orderedMapIterator()" title="class or interface in org.apache.commons.collections.map">orderedMapIterator</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#previousKey(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">previousKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.html?is-external=true#removeEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, org.apache.commons.collections.map.AbstractHashedMap.HashEntry)" title="class or interface in org.apache.commons.collections.map">removeEntry</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.collections.map.AbstractHashedMap"><!-- --></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.apache.commons.collections.map.<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractHashedMap</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#calculateNewCapacity(int)" title="class or interface in org.apache.commons.collections.map">calculateNewCapacity</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#calculateThreshold(int, float)" title="class or interface in org.apache.commons.collections.map">calculateThreshold</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#checkCapacity()" title="class or interface in org.apache.commons.collections.map">checkCapacity</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#containsKey(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">containsKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#convertKey(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">convertKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#destroyEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)" title="class or interface in org.apache.commons.collections.map">destroyEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#ensureCapacity(int)" title="class or interface in org.apache.commons.collections.map">ensureCapacity</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#entryHashCode(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)" title="class or interface in org.apache.commons.collections.map">entryHashCode</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#entryKey(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)" title="class or interface in org.apache.commons.collections.map">entryKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#entryNext(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)" title="class or interface in org.apache.commons.collections.map">entryNext</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#entrySet()" title="class or interface in org.apache.commons.collections.map">entrySet</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#entryValue(org.apache.commons.collections.map.AbstractHashedMap.HashEntry)" title="class or interface in org.apache.commons.collections.map">entryValue</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#equals(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">equals</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#getEntry(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">getEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#hash(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">hash</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#hashCode()" title="class or interface in org.apache.commons.collections.map">hashCode</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#hashIndex(int, int)" title="class or interface in org.apache.commons.collections.map">hashIndex</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#isEmpty()" title="class or interface in org.apache.commons.collections.map">isEmpty</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#isEqualKey(java.lang.Object, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">isEqualKey</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#isEqualValue(java.lang.Object, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">isEqualValue</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#keySet()" title="class or interface in org.apache.commons.collections.map">keySet</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#put(java.lang.Object, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">put</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#putAll(java.util.Map)" title="class or interface in org.apache.commons.collections.map">putAll</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#remove(java.lang.Object)" title="class or interface in org.apache.commons.collections.map">remove</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#removeMapping(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, org.apache.commons.collections.map.AbstractHashedMap.HashEntry)" title="class or interface in org.apache.commons.collections.map">removeMapping</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#reuseEntry(org.apache.commons.collections.map.AbstractHashedMap.HashEntry, int, int, java.lang.Object, java.lang.Object)" title="class or interface in org.apache.commons.collections.map">reuseEntry</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#size()" title="class or interface in org.apache.commons.collections.map">size</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#toString()" title="class or interface in org.apache.commons.collections.map">toString</A>, <A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractHashedMap.html?is-external=true#values()" title="class or interface in org.apache.commons.collections.map">values</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.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.util.Map"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface java.util.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#clear()" title="class or interface in java.util">clear</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#containsKey(java.lang.Object)" title="class or interface in java.util">containsKey</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#containsValue(java.lang.Object)" title="class or interface in java.util">containsValue</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#entrySet()" title="class or interface in java.util">entrySet</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#get(java.lang.Object)" title="class or interface in java.util">get</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#isEmpty()" title="class or interface in java.util">isEmpty</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#keySet()" title="class or interface in java.util">keySet</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#put(K, V)" title="class or interface in java.util">put</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#putAll(java.util.Map)" title="class or interface in java.util">putAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#remove(java.lang.Object)" title="class or interface in java.util">remove</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#size()" title="class or interface in java.util">size</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true#values()" title="class or interface in java.util">values</A></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="LRUMap()"><!-- --></A><H3>
LRUMap</H3>
<PRE>
public <B>LRUMap</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="LRUMap(int)"><!-- --></A><H3>
LRUMap</H3>
<PRE>
public <B>LRUMap</B>(int&nbsp;initCapacity)</PRE>
<DL>
</DL>
<HR>
<A NAME="LRUMap(int, float)"><!-- --></A><H3>
LRUMap</H3>
<PRE>
public <B>LRUMap</B>(int&nbsp;initCapacity,
float&nbsp;loadFactor)</PRE>
<DL>
</DL>
<HR>
<A NAME="LRUMap(java.util.Map)"><!-- --></A><H3>
LRUMap</H3>
<PRE>
public <B>LRUMap</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;map)</PRE>
<DL>
</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="getMaxSize()"><!-- --></A><H3>
getMaxSize</H3>
<PRE>
public int <B>getMaxSize</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#getMaxSize()">SizedMap</A></CODE></B></DD>
<DD>The maximum number of entries, or Integer.MAX_VALUE for no limit.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#getMaxSize()">getMaxSize</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html" title="interface in org.apache.openjpa.lib.util">SizedMap</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setMaxSize(int)"><!-- --></A><H3>
setMaxSize</H3>
<PRE>
public void <B>setMaxSize</B>(int&nbsp;max)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#setMaxSize(int)">SizedMap</A></CODE></B></DD>
<DD>The maximum number of entries, or Integer.MAX_VALUE for no limit.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#setMaxSize(int)">setMaxSize</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html" title="interface in org.apache.openjpa.lib.util">SizedMap</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="overflowRemoved(java.lang.Object, java.lang.Object)"><!-- --></A><H3>
overflowRemoved</H3>
<PRE>
public void <B>overflowRemoved</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;key,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#overflowRemoved(java.lang.Object, java.lang.Object)">SizedMap</A></CODE></B></DD>
<DD>Overridable callback for when an overflow entry is automatically removed.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#overflowRemoved(java.lang.Object, java.lang.Object)">overflowRemoved</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html" title="interface in org.apache.openjpa.lib.util">SizedMap</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="maxSize()"><!-- --></A><H3>
maxSize</H3>
<PRE>
public int <B>maxSize</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/BoundedMap.html?is-external=true#maxSize()" title="class or interface in org.apache.commons.collections">maxSize</A></CODE> in interface <CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/BoundedMap.html?is-external=true" title="class or interface in org.apache.commons.collections">BoundedMap</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#maxSize()" title="class or interface in org.apache.commons.collections.map">maxSize</A></CODE> in class <CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isFull()"><!-- --></A><H3>
isFull</H3>
<PRE>
public boolean <B>isFull</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#isFull()">SizedMap</A></CODE></B></DD>
<DD>Whether the map is full.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/BoundedMap.html?is-external=true#isFull()" title="class or interface in org.apache.commons.collections">isFull</A></CODE> in interface <CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/BoundedMap.html?is-external=true" title="class or interface in org.apache.commons.collections">BoundedMap</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html#isFull()">isFull</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/openjpa/lib/util/SizedMap.html" title="interface in org.apache.openjpa.lib.util">SizedMap</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#isFull()" title="class or interface in org.apache.commons.collections.map">isFull</A></CODE> in class <CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)"><!-- --></A><H3>
removeLRU</H3>
<PRE>
protected boolean <B>removeLRU</B>(<A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/AbstractLinkedMap.LinkEntry.html?is-external=true" title="class or interface in org.apache.commons.collections.map">AbstractLinkedMap.LinkEntry</A>&nbsp;entry)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#removeLRU(org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry)" title="class or interface in org.apache.commons.collections.map">removeLRU</A></CODE> in class <CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="doWriteObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
doWriteObject</H3>
<PRE>
protected void <B>doWriteObject</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</A>&nbsp;out)
throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#doWriteObject(java.io.ObjectOutputStream)" title="class or interface in org.apache.commons.collections.map">doWriteObject</A></CODE> in class <CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="doReadObject(java.io.ObjectInputStream)"><!-- --></A><H3>
doReadObject</H3>
<PRE>
protected void <B>doReadObject</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true#doReadObject(java.io.ObjectInputStream)" title="class or interface in org.apache.commons.collections.map">doReadObject</A></CODE> in class <CODE><A HREF="http://jakarta.apache.org/commons/collections/api-release/org/apache/commons/collections/map/LRUMap.html?is-external=true" title="class or interface in org.apache.commons.collections.map">LRUMap</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></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="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="class-use/LRUMap.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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/apache/openjpa/lib/util/Localizer.Message.html" title="class in org.apache.openjpa.lib.util"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/openjpa/lib/util/MultiClassLoader.html" title="class in org.apache.openjpa.lib.util"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/openjpa/lib/util/LRUMap.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="LRUMap.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;<A HREF="#nested_classes_inherited_from_class_org.apache.commons.collections.map.AbstractLinkedMap">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.commons.collections.map.LRUMap">FIELD</A>&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>
Copyright &#169; 2006-2010 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>