Interface ICircularIterable<T>
- Type Parameters:
T-
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
CircularIterable
ICircularIterable
- Version:
- 0.0.1
- Author:
- scx567888
-
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()
-