java - References to generic type SparseArray<E> should be parameterized -


i tried googling warning , seem find others seems bit off.

type safety: method put(int, object) belongs raw type sparsearray. references generic type sparsearray should parameterized

can explain me warning?

sparsearray works java generics. ideally, should declaring sparsearray<whateveryourvalueclassis> , storing instances of whateveryourvalueclassis via put().


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -