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 voidadd(T o)voidclear()Tget(int index)intgetBufferSize()booleanisEmpty()Iterator<T>iterator()voidresize(int newsize)intsize()List<T>toList()StringtoString()-
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
-
-