Searched refs:contigDataSource (Results 1 – 1 of 1) sorted by relevance
189 ContiguousDataSource<K, T> contigDataSource = (ContiguousDataSource<K, T>) dataSource; in create() local190 return new ContiguousPagedList<>(contigDataSource, in create()