Package com.macrofocus.utils
Interface RandomAccessIterable<T>
-
- All Superinterfaces:
java.lang.Iterable<T>
public interface RandomAccessIterable<T> extends java.lang.Iterable<T>
Created by luc on 25.04.17.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(int index)
int
size()
-
-
-
Method Detail
-
size
int size()
-
get
T get(int index)
-
-