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()  
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • size

        int size()
      • get

        T get​(int index)