All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy