com.bestvike.collections.generic.IArrayList Maven / Gradle / Ivy
package com.bestvike.collections.generic;
import java.util.RandomAccess;
/**
* Created by 许崇雷 on 2018-04-27.
*/
public interface IArrayList extends IList, RandomAccess {
}