Interface RandomAccessIterable<T>

All Superinterfaces:
Iterable<T>

public interface RandomAccessIterable<T> extends Iterable<T>
Created by luc on 25.04.17.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
     
    int
     

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • size

      int size()
    • get

      T get(int index)