Class IFloatList.IReadOnlyFloatListFromList

    • Field Detail

      • list2

        java.util.List<java.lang.Float> list2
    • Constructor Detail

      • IReadOnlyFloatListFromList

        IReadOnlyFloatListFromList​(java.util.List<java.lang.Float> list)
    • Method Detail

      • doGet

        protected float doGet​(int index)
        Description copied from class: IFloatList
        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 IFloatList
        Parameters:
        index - index of element to return
        Returns:
        the element at the specified position in this list