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