What does this syntax mean in Java
: class A extends B<C>
? I came across this in an Android library and couldn't find it on google.
More specifically, this is what I had come across:
public class PullToRefreshExpandableListView extends PullToRefreshAdapterViewBase<ExpandableListView>