public class ShapeListCacheFIFO<T extends Type<T>> extends ShapeListCache<T>
| Constructor and Description |
|---|
ShapeListCacheFIFO(int cacheSize,
ShapeListCached<T> container) |
| Modifier and Type | Method and Description |
|---|---|
ShapeListCache<T> |
getCursorCacheInstance() |
T |
lookUp(int[] position) |
public ShapeListCacheFIFO(int cacheSize,
ShapeListCached<T> container)
public T lookUp(int[] position)
lookUp in class ShapeListCache<T extends Type<T>>public ShapeListCache<T> getCursorCacheInstance()
getCursorCacheInstance in class ShapeListCache<T extends Type<T>>Copyright © 2015–2021 Fiji. All rights reserved.