public class CacheArrayIndex extends Object
| 构造器和说明 |
|---|
CacheArrayIndex() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDeleteCacheIndex() |
int |
getEmptySize() |
int |
getHigh() |
int |
getKnow() |
int |
getLow() |
int |
getNext() |
int |
getUsedRate() |
int |
getUsedSize() |
boolean |
isFull() |
boolean |
isStartDelete() |
boolean |
isWouldbeFull() |
void |
setLow(int low) |
public int getLow()
public void setLow(int low)
public int getHigh()
public int getKnow()
public int getUsedSize()
public int getEmptySize()
public int getUsedRate()
public int getNext()
public boolean isFull()
public boolean isWouldbeFull()
public int getDeleteCacheIndex()
public boolean isStartDelete()
Copyright © 2021. All rights reserved.