You can buy this project and download/modify it how often you want.
package com.unit16.z.indexed; public interface Indexed { A get(int i); int size(); }