Interface IList<T>

  • All Superinterfaces:
    Iterable<T>
    All Known Subinterfaces:
    Steps

    public interface IList<T>
    extends Iterable<T>
    • Method Detail

      • size

        int size()