mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Optimize] CacheStore-Local 修复代码规范错误;
[Optimize] CopyOnWriteArrayListCacheStore 整理格式;
This commit is contained in:
parent
280c5b22ac
commit
18107db418
@ -28,7 +28,10 @@ import java.util.concurrent.CopyOnWriteArrayList;
|
|||||||
* @param <E> 元素类型.
|
* @param <E> 元素类型.
|
||||||
* @author LamGC
|
* @author LamGC
|
||||||
*/
|
*/
|
||||||
public class CopyOnWriteArrayListCacheStore<E> extends LocalCollectionCacheStore<E, List<E>> implements ListCacheStore<E> {
|
public class CopyOnWriteArrayListCacheStore<E>
|
||||||
|
extends LocalCollectionCacheStore<E, List<E>>
|
||||||
|
implements ListCacheStore<E>
|
||||||
|
{
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public E getElement(CacheKey key, int index) {
|
public E getElement(CacheKey key, int index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user