Interface ICircularIterable<T>
-
Method Details
-
first
T first() -
last
T last() -
firstNode
-
lastNode
-
size
int size() -
add
-
remove
-
clear
void clear() -
node
-
iterator
ICircularIterator<T> iterator() -
toArray
Object[] toArray() -
toArray
-
isEmpty
boolean isEmpty() -
contains
-
reversed
ICircularIterable<T> reversed()
-