public interface IRingQueue<T>
void
add(int index, T t)
add(T t)
java.util.Queue<T>
next(int index)
remove(int index, T t)
remove(T t)
replace(int index, T t)
replace(T t)
java.util.Queue<T> next(int index)
void add(T t)
void add(int index, T t)
void remove(T t)
void remove(int index, T t)
void replace(T t)
void replace(int index, T t)
Copyright © 2017. All Rights Reserved.