Package org.apache.solr.logging
Class CircularList<T>
- java.lang.Object
-
- org.apache.solr.logging.CircularList<T>
-
-
Constructor Summary
Constructors Constructor Description CircularList(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(T o)
void
clear()
T
get(int index)
int
getBufferSize()
boolean
isEmpty()
Iterator<T>
iterator()
void
resize(int newsize)
int
size()
List<T>
toList()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-