Class IShortList.IReadOnlyShortListFromCollection

    • Field Detail

      • array

        short[] array
    • Constructor Detail

      • IReadOnlyShortListFromCollection

        IReadOnlyShortListFromCollection​(java.util.Collection<java.lang.Short> coll)
    • Method Detail

      • doGet

        protected short doGet​(int index)
        Description copied from class: IShortList
        Helper method for getting an element from the list. This is the only method which really gets an element. Override if you need to validity checks before getting.
        Specified by:
        doGet in class IShortList
        Parameters:
        index - index of element to return
        Returns:
        the element at the specified position in this list