source: sandbox/expresso-solr/solr/docs/api/org/apache/solr/util/BoundedTreeSet.html @ 7588

Revision 7588, 30.1 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_24) on Mon Jun 25 15:26:26 EDT 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=utf-8">
7<TITLE>
8BoundedTreeSet (Solr 4.0.0-ALPHA API)
9</TITLE>
10
11<META NAME="date" CONTENT="2012-06-25">
12
13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15<SCRIPT type="text/javascript">
16function windowTitle()
17{
18    if (location.href.indexOf('is-external=true') == -1) {
19        parent.document.title="BoundedTreeSet (Solr 4.0.0-ALPHA API)";
20    }
21}
22</SCRIPT>
23<NOSCRIPT>
24</NOSCRIPT>
25
26</HEAD>
27
28<BODY BGCOLOR="white" onload="windowTitle();">
29<HR>
30
31
32<!-- ========= START OF TOP NAVBAR ======= -->
33<A NAME="navbar_top"><!-- --></A>
34<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36<TR>
37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38<A NAME="navbar_top_firstrow"><!-- --></A>
39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40  <TR ALIGN="center" VALIGN="top">
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BoundedTreeSet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48  </TR>
49</TABLE>
50</TD>
51<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52</EM>
53</TD>
54</TR>
55
56<TR>
57<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58&nbsp;<A HREF="../../../../org/apache/solr/util/BCDUtils.html" title="class in org.apache.solr.util"><B>PREV CLASS</B></A>&nbsp;
59&nbsp;<A HREF="../../../../org/apache/solr/util/ConcurrentLFUCache.html" title="class in org.apache.solr.util"><B>NEXT CLASS</B></A></FONT></TD>
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61  <A HREF="../../../../index.html?org/apache/solr/util/BoundedTreeSet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62&nbsp;<A HREF="BoundedTreeSet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
63&nbsp;<SCRIPT type="text/javascript">
64  <!--
65  if(window==top) {
66    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
67  }
68  //-->
69</SCRIPT>
70<NOSCRIPT>
71  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
72</NOSCRIPT>
73
74
75</FONT></TD>
76</TR>
77<TR>
78<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
82</TR>
83</TABLE>
84<A NAME="skip-navbar_top"></A>
85<!-- ========= END OF TOP NAVBAR ========= -->
86
87<HR>
88<!-- ======== START OF CLASS DATA ======== -->
89<H2>
90<FONT SIZE="-1">
91org.apache.solr.util</FONT>
92<BR>
93Class BoundedTreeSet&lt;E&gt;</H2>
94<PRE>
95<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
96  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">java.util.AbstractCollection</A>&lt;E&gt;
97      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractSet.html?is-external=true" title="class or interface in java.util">java.util.AbstractSet</A>&lt;E&gt;
98          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true" title="class or interface in java.util">java.util.TreeSet</A>&lt;E&gt;
99              <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.solr.util.BoundedTreeSet&lt;E&gt;</B>
100</PRE>
101<DL>
102<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;E&gt;, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;E&gt;, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/NavigableSet.html?is-external=true" title="class or interface in java.util">NavigableSet</A>&lt;E&gt;, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;E&gt;, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</A>&lt;E&gt;</DD>
103</DL>
104<HR>
105<DL>
106<DT><PRE>public class <B>BoundedTreeSet&lt;E&gt;</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true" title="class or interface in java.util">TreeSet</A>&lt;E&gt;</DL>
107</PRE>
108
109<P>
110A TreeSet that ensures it never grows beyond a max size. 
111 <code>last()</code> is removed if the <code>size()</code>
112 get's bigger then <code>getMaxSize()</code>
113<P>
114
115<P>
116<DL>
117<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.solr.util.BoundedTreeSet">Serialized Form</A></DL>
118<HR>
119
120<P>
121
122<!-- ======== CONSTRUCTOR SUMMARY ======== -->
123
124<A NAME="constructor_summary"><!-- --></A>
125<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
126<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
127<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
128<B>Constructor Summary</B></FONT></TH>
129</TR>
130<TR BGCOLOR="white" CLASS="TableRowColor">
131<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#BoundedTreeSet(int)">BoundedTreeSet</A></B>(int&nbsp;maxSize)</CODE>
132
133<BR>
134&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
135</TR>
136<TR BGCOLOR="white" CLASS="TableRowColor">
137<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#BoundedTreeSet(int, java.util.Collection)">BoundedTreeSet</A></B>(int&nbsp;maxSize,
138               <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends <A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;c)</CODE>
139
140<BR>
141&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
142</TR>
143<TR BGCOLOR="white" CLASS="TableRowColor">
144<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#BoundedTreeSet(int, java.util.Comparator)">BoundedTreeSet</A></B>(int&nbsp;maxSize,
145               <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</A>&lt;? super <A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;c)</CODE>
146
147<BR>
148&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149</TR>
150<TR BGCOLOR="white" CLASS="TableRowColor">
151<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#BoundedTreeSet(int, java.util.SortedSet)">BoundedTreeSet</A></B>(int&nbsp;maxSize,
152               <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;s)</CODE>
153
154<BR>
155&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
156</TR>
157</TABLE>
158&nbsp;
159<!-- ========== METHOD SUMMARY =========== -->
160
161<A NAME="method_summary"><!-- --></A>
162<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
163<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
164<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
165<B>Method Summary</B></FONT></TH>
166</TR>
167<TR BGCOLOR="white" CLASS="TableRowColor">
168<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169<CODE>&nbsp;boolean</CODE></FONT></TD>
170<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#add(E)">add</A></B>(<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&nbsp;item)</CODE>
171
172<BR>
173&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
174</TR>
175<TR BGCOLOR="white" CLASS="TableRowColor">
176<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177<CODE>&nbsp;boolean</CODE></FONT></TD>
178<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#addAll(java.util.Collection)">addAll</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends <A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;c)</CODE>
179
180<BR>
181&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
182</TR>
183<TR BGCOLOR="white" CLASS="TableRowColor">
184<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185<CODE>&nbsp;int</CODE></FONT></TD>
186<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#getMaxSize()">getMaxSize</A></B>()</CODE>
187
188<BR>
189&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
190</TR>
191<TR BGCOLOR="white" CLASS="TableRowColor">
192<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
193<CODE>&nbsp;void</CODE></FONT></TD>
194<TD><CODE><B><A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html#setMaxSize(int)">setMaxSize</A></B>(int&nbsp;max)</CODE>
195
196<BR>
197&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
198</TR>
199</TABLE>
200&nbsp;<A NAME="methods_inherited_from_class_java.util.TreeSet"><!-- --></A>
201<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
202<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
203<TH ALIGN="left"><B>Methods inherited from class java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true" title="class or interface in java.util">TreeSet</A></B></TH>
204</TR>
205<TR BGCOLOR="white" CLASS="TableRowColor">
206<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#ceiling(E)" title="class or interface in java.util">ceiling</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#clear()" title="class or interface in java.util">clear</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#clone()" title="class or interface in java.util">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#comparator()" title="class or interface in java.util">comparator</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#contains(java.lang.Object)" title="class or interface in java.util">contains</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#descendingIterator()" title="class or interface in java.util">descendingIterator</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#descendingSet()" title="class or interface in java.util">descendingSet</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#first()" title="class or interface in java.util">first</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#floor(E)" title="class or interface in java.util">floor</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#headSet(E)" title="class or interface in java.util">headSet</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#headSet(E, boolean)" title="class or interface in java.util">headSet</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#higher(E)" title="class or interface in java.util">higher</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#isEmpty()" title="class or interface in java.util">isEmpty</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#iterator()" title="class or interface in java.util">iterator</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#last()" title="class or interface in java.util">last</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#lower(E)" title="class or interface in java.util">lower</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#pollFirst()" title="class or interface in java.util">pollFirst</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#pollLast()" title="class or interface in java.util">pollLast</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#remove(java.lang.Object)" title="class or interface in java.util">remove</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#size()" title="class or interface in java.util">size</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#subSet(E, boolean, E, boolean)" title="class or interface in java.util">subSet</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#subSet(E, E)" title="class or interface in java.util">subSet</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#tailSet(E)" title="class or interface in java.util">tailSet</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#tailSet(E, boolean)" title="class or interface in java.util">tailSet</A></CODE></TD>
207</TR>
208</TABLE>
209&nbsp;<A NAME="methods_inherited_from_class_java.util.AbstractSet"><!-- --></A>
210<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
211<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
212<TH ALIGN="left"><B>Methods inherited from class java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractSet.html?is-external=true" title="class or interface in java.util">AbstractSet</A></B></TH>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractSet.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractSet.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractSet.html?is-external=true#removeAll(java.util.Collection)" title="class or interface in java.util">removeAll</A></CODE></TD>
216</TR>
217</TABLE>
218&nbsp;<A NAME="methods_inherited_from_class_java.util.AbstractCollection"><!-- --></A>
219<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
220<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
221<TH ALIGN="left"><B>Methods inherited from class java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util">AbstractCollection</A></B></TH>
222</TR>
223<TR BGCOLOR="white" CLASS="TableRowColor">
224<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true#containsAll(java.util.Collection)" title="class or interface in java.util">containsAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true#retainAll(java.util.Collection)" title="class or interface in java.util">retainAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true#toArray()" title="class or interface in java.util">toArray</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true#toArray(T[])" title="class or interface in java.util">toArray</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true#toString()" title="class or interface in java.util">toString</A></CODE></TD>
225</TR>
226</TABLE>
227&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
228<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
229<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
230<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
231</TR>
232<TR BGCOLOR="white" CLASS="TableRowColor">
233<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
234</TR>
235</TABLE>
236&nbsp;<A NAME="methods_inherited_from_class_java.util.Set"><!-- --></A>
237<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
238<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
239<TH ALIGN="left"><B>Methods inherited from interface java.util.<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A></B></TH>
240</TR>
241<TR BGCOLOR="white" CLASS="TableRowColor">
242<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#containsAll(java.util.Collection)" title="class or interface in java.util">containsAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#removeAll(java.util.Collection)" title="class or interface in java.util">removeAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#retainAll(java.util.Collection)" title="class or interface in java.util">retainAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#toArray()" title="class or interface in java.util">toArray</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#toArray(T[])" title="class or interface in java.util">toArray</A></CODE></TD>
243</TR>
244</TABLE>
245&nbsp;
246<P>
247
248<!-- ========= CONSTRUCTOR DETAIL ======== -->
249
250<A NAME="constructor_detail"><!-- --></A>
251<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
252<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
253<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
254<B>Constructor Detail</B></FONT></TH>
255</TR>
256</TABLE>
257
258<A NAME="BoundedTreeSet(int)"><!-- --></A><H3>
259BoundedTreeSet</H3>
260<PRE>
261public <B>BoundedTreeSet</B>(int&nbsp;maxSize)</PRE>
262<DL>
263</DL>
264<HR>
265
266<A NAME="BoundedTreeSet(int, java.util.Collection)"><!-- --></A><H3>
267BoundedTreeSet</H3>
268<PRE>
269public <B>BoundedTreeSet</B>(int&nbsp;maxSize,
270                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends <A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;c)</PRE>
271<DL>
272</DL>
273<HR>
274
275<A NAME="BoundedTreeSet(int, java.util.Comparator)"><!-- --></A><H3>
276BoundedTreeSet</H3>
277<PRE>
278public <B>BoundedTreeSet</B>(int&nbsp;maxSize,
279                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</A>&lt;? super <A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;c)</PRE>
280<DL>
281</DL>
282<HR>
283
284<A NAME="BoundedTreeSet(int, java.util.SortedSet)"><!-- --></A><H3>
285BoundedTreeSet</H3>
286<PRE>
287public <B>BoundedTreeSet</B>(int&nbsp;maxSize,
288                      <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;s)</PRE>
289<DL>
290</DL>
291
292<!-- ============ METHOD DETAIL ========== -->
293
294<A NAME="method_detail"><!-- --></A>
295<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
296<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
297<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
298<B>Method Detail</B></FONT></TH>
299</TR>
300</TABLE>
301
302<A NAME="getMaxSize()"><!-- --></A><H3>
303getMaxSize</H3>
304<PRE>
305public int <B>getMaxSize</B>()</PRE>
306<DL>
307<DD><DL>
308</DL>
309</DD>
310</DL>
311<HR>
312
313<A NAME="setMaxSize(int)"><!-- --></A><H3>
314setMaxSize</H3>
315<PRE>
316public void <B>setMaxSize</B>(int&nbsp;max)</PRE>
317<DL>
318<DD><DL>
319</DL>
320</DD>
321</DL>
322<HR>
323
324<A NAME="add(java.lang.Object)"><!-- --></A><A NAME="add(E)"><!-- --></A><H3>
325add</H3>
326<PRE>
327public boolean <B>add</B>(<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&nbsp;item)</PRE>
328<DL>
329<DD><DL>
330<DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true#add(E)" title="class or interface in java.util">add</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;</CODE><DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#add(E)" title="class or interface in java.util">add</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#add(E)" title="class or interface in java.util">add</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true" title="class or interface in java.util">TreeSet</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;</CODE></DL>
331</DD>
332<DD><DL>
333</DL>
334</DD>
335</DL>
336<HR>
337
338<A NAME="addAll(java.util.Collection)"><!-- --></A><H3>
339addAll</H3>
340<PRE>
341public boolean <B>addAll</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;? extends <A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;&nbsp;c)</PRE>
342<DL>
343<DD><DL>
344<DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true#addAll(java.util.Collection)" title="class or interface in java.util">addAll</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;</CODE><DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true#addAll(java.util.Collection)" title="class or interface in java.util">addAll</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true#addAll(java.util.Collection)" title="class or interface in java.util">addAll</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/util/TreeSet.html?is-external=true" title="class or interface in java.util">TreeSet</A>&lt;<A HREF="../../../../org/apache/solr/util/BoundedTreeSet.html" title="type parameter in BoundedTreeSet">E</A>&gt;</CODE></DL>
345</DD>
346<DD><DL>
347</DL>
348</DD>
349</DL>
350<!-- ========= END OF CLASS DATA ========= -->
351<HR>
352
353
354<!-- ======= START OF BOTTOM NAVBAR ====== -->
355<A NAME="navbar_bottom"><!-- --></A>
356<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
357<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
358<TR>
359<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
360<A NAME="navbar_bottom_firstrow"><!-- --></A>
361<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
362  <TR ALIGN="center" VALIGN="top">
363  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
364  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
365  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
366  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/BoundedTreeSet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
367  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
368  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
369  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
370  </TR>
371</TABLE>
372</TD>
373<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
374</EM>
375</TD>
376</TR>
377
378<TR>
379<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
380&nbsp;<A HREF="../../../../org/apache/solr/util/BCDUtils.html" title="class in org.apache.solr.util"><B>PREV CLASS</B></A>&nbsp;
381&nbsp;<A HREF="../../../../org/apache/solr/util/ConcurrentLFUCache.html" title="class in org.apache.solr.util"><B>NEXT CLASS</B></A></FONT></TD>
382<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
383  <A HREF="../../../../index.html?org/apache/solr/util/BoundedTreeSet.html" target="_top"><B>FRAMES</B></A>  &nbsp;
384&nbsp;<A HREF="BoundedTreeSet.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
385&nbsp;<SCRIPT type="text/javascript">
386  <!--
387  if(window==top) {
388    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
389  }
390  //-->
391</SCRIPT>
392<NOSCRIPT>
393  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
394</NOSCRIPT>
395
396
397</FONT></TD>
398</TR>
399<TR>
400<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
401  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
402<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
403DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
404</TR>
405</TABLE>
406<A NAME="skip-navbar_bottom"></A>
407<!-- ======== END OF BOTTOM NAVBAR ======= -->
408
409<HR>
410
411          <address>Copyright &copy; 2000-2012 Apache Software Foundation.  All Rights Reserved.</address>
412          <script src='../../../../prettify.js' type='text/javascript'></script>
413          <script type='text/javascript'>
414            (function(){
415              var oldonload = window.onload;
416              if (typeof oldonload != 'function') {
417                window.onload = prettyPrint;
418              } else {
419                window.onload = function() {
420                  oldonload();
421                  prettyPrint();
422                }
423              }
424            })();
425          </script>
426       
427</BODY>
428</HTML>
Note: See TracBrowser for help on using the repository browser.