public class CircularFifoList<T> extends Object implements Serializable
| Constructor and Description |
|---|
CircularFifoList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T element) |
List<T> |
getElements() |
Iterable<T> |
getIterable() |
Iterator<T> |
getIterator() |
boolean |
isEmpty() |
void |
newSlide() |
void |
shiftWindow() |
void |
shiftWindow(int numberOfSlides) |
String |
toString() |
public void add(T element)
public void newSlide()
public void shiftWindow()
public void shiftWindow(int numberOfSlides)
public boolean isEmpty()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.