Interface OrderedCollection


public interface OrderedCollection
  • Method Summary

    Modifier and Type
    Method
    Description
    getElementAt(int index)
     
    int
     
  • Method Details

    • getElementAt

      Object getElementAt(int index)
    • size

      int size()