public class RoundRobinArray<E> extends Object
RoundRobinArray(int fixedCapacity)
void
forEach(Consumer<E> consumer)
E
get(int index)
boolean
remove(int index, E expected)
set(int index, E value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RoundRobinArray(int fixedCapacity)
public E get(int index)
public void set(int index, E value)
public boolean remove(int index, E expected)
public void forEach(Consumer<E> consumer)
Copyright © 2018–2019. All rights reserved.